diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-01 15:06:10 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-01 15:38:31 +0200 |
commit | 3722f67b93b6b4e8aad74976ffb6c5df87d0a27b (patch) | |
tree | 6705bb7f77866d3d4110c387276cc2a28506bdd8 /testing/xtitle | |
parent | bb06b304ff0c337b5434779b2ac7daa8dc189c6b (diff) | |
download | aports-3722f67b93b6b4e8aad74976ffb6c5df87d0a27b.tar.bz2 aports-3722f67b93b6b4e8aad74976ffb6c5df87d0a27b.tar.xz |
testing/xtitle: upgrade to 0.4.4, improve
Diffstat (limited to 'testing/xtitle')
-rw-r--r-- | testing/xtitle/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/xtitle/APKBUILD b/testing/xtitle/APKBUILD index 4b581d883d..105e5fe374 100644 --- a/testing/xtitle/APKBUILD +++ b/testing/xtitle/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Camille Scholtz <onodera@openmailbox.org> # Maintainer: Camille Scholtz <onodera@openmailbox.org> pkgname=xtitle -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=0 -pkgdesc="outputs X window titles" +pkgdesc="Outputs X window titles" url="https://github.com/baskerville/xtitle" arch="all" -license="unlicense" +license="Unlicense" depends_dev="xcb-util-wm-dev" makedepends="$depends_dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/xtitle/archive/$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -22,4 +22,4 @@ package() { make PREFIX=/usr DESTDIR="$pkgdir" install } -sha512sums="2c73bfaa8b9b1533288aadd60e85356a152b1a5503ab744b17bbbf4f52aeb015583a032e0ca05ead517db4284042876a14958bfef80dd10b90360e1a905fae8c xtitle-0.4.3.tar.gz" +sha512sums="2d597c08a1332167cba076cb0f3e2831f0c90b43f996da2e99e4232231c8b6e9f5166538a23f113c2acd32ab413f3759b391764eb34c77b328693e920178b2f0 xtitle-0.4.4.tar.gz" |