Skip to content

Commit

Permalink
harfbuzz 2.3.1
Browse files Browse the repository at this point in the history
ninja 1.9.0
  • Loading branch information
demmm committed Jan 31, 2019
1 parent 981b54a commit 98e2466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions harfbuzz/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=harfbuzz
pkgver=2.3.0
pkgver=2.3.1
pkgrel=1
pkgdesc="OpenType text shaping engine."
arch=('x86_64')
Expand All @@ -11,7 +11,7 @@ makedepends=('cairo')
optdepends=('cairo: hb-view program')
options=('!libtool')
source=("https://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('3b314db655a41d19481e18312465fa25fca6f63382217f08062f126059f96764')
sha256sums=('f205699d5b91374008d6f8e36c59e419ae2d9a7bb8c5d9f34041b9a5abcae468')

build() {
cd ${pkgname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions ninja/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

pkgname=ninja
pkgver=1.8.2
pkgver=1.9.0
pkgrel=1
pkgdesc='Small build system with a focus on speed, designed to have its input files generated by a higher-level build system.'
arch=('x86_64')
url='https://ninja-build.org/'
license=('Apache')
makedepends=('python2')
source=("https://github.com/ninja-build/ninja/releases/download/v${pkgver}/ninja-linux.zip")
md5sums=('5f4b85024cd1f890033ff82873f72423')
md5sums=('aa60baa733ba12d43704ff837bc7595e')

package() {
install -m755 -D ninja ${pkgdir}/usr/bin/ninja
Expand Down

0 comments on commit 98e2466

Please sign in to comment.