diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-08-25 22:01:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-25 23:13:06 +0000 |
commit | 656edb0a9fee0756cb5c0c41134577abdec4d2d1 (patch) | |
tree | 77d1dcf01a432a3ed4835d55af779a6328403ad5 /testing | |
parent | 76769433f1c3999351fbe3ae7127babdb202ad30 (diff) | |
download | aports-656edb0a9fee0756cb5c0c41134577abdec4d2d1.tar.bz2 aports-656edb0a9fee0756cb5c0c41134577abdec4d2d1.tar.xz |
testing/xtitle: upgrade to 0.4.3 and modernize
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xtitle/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/xtitle/APKBUILD b/testing/xtitle/APKBUILD index 34d9f3720b..4b581d883d 100644 --- a/testing/xtitle/APKBUILD +++ b/testing/xtitle/APKBUILD @@ -1,13 +1,12 @@ # Contributor: Camille Scholtz <onodera@openmailbox.org> # Maintainer: Camille Scholtz <onodera@openmailbox.org> pkgname=xtitle -pkgver=0.3 +pkgver=0.4.3 pkgrel=0 pkgdesc="outputs X window titles" url="https://github.com/baskerville/xtitle" arch="all" license="unlicense" -depends="" depends_dev="xcb-util-wm-dev" makedepends="$depends_dev" source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz" @@ -20,7 +19,7 @@ build() { package() { cd "$builddir" - make PREFIX=/usr DESTDIR="$pkgdir" install || return 1 + make PREFIX=/usr DESTDIR="$pkgdir" install } -sha512sums="e9134490b1369a6a18e56f33c4cafda0a4e2b66871bd7e430792d08790ee37326a96c95acc8452721ed20fdde001bf31d15fd6ee76537629fe5f1d69cf04d623 xtitle-0.3.tar.gz" +sha512sums="2c73bfaa8b9b1533288aadd60e85356a152b1a5503ab744b17bbbf4f52aeb015583a032e0ca05ead517db4284042876a14958bfef80dd10b90360e1a905fae8c xtitle-0.4.3.tar.gz" |