summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Muscariello2018-01-12 23:00:52 +0100
committerFabian Muscariello2018-01-12 23:00:52 +0100
commitaec8c1f288420e51a77c0df0843eaef9e3841e0d (patch)
tree0073ad840a997edbb747e994cb93a88303b9a587
parente4802086c39e4088ab545e93473997a3ac1ada4c (diff)
downloadaur-aec8c1f288420e51a77c0df0843eaef9e3841e0d.tar.gz
Bump version
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b0552695d71..fc214085f079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=waitforfile
-pkgver=0.1.3
+pkgver=0.1.6
pkgrel=1
epoch=
pkgdesc="Wait until the given file exists"
@@ -10,14 +10,10 @@ license=('MIT')
depends=()
source=("https://raw.githubusercontent.com/nroi/${pkgname}/master/LICENSE")
source_x86_64+=("https://github.com/nroi/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-source_i686+=("https://github.com/nroi/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-i686-unknown-linux-gnu.tar.gz")
source_armv7h+=("https://github.com/nroi/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-armv7-unknown-linux-gnueabihf.tar.gz")
-source_aarch64+=("https://github.com/nroi/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
sha256sums=('ea5ae48090d056687e6cd7aee08077128e2e217a4708470a4997c606c7fc1157')
-sha256sums_x86_64+=('37344a4dc1eab6a3a746331395a010f0af7a3f759def26e410337c65998ed255')
-sha256sums_i686+=('a67bfdae3753ec051a27f0c2a7a8efe984891a490673114064c8386d870cfc22')
-sha256sums_armv7h+=('f078d9b89dc3859c884c679e8a569e6b94b52c9b967b2a18e13f5a201b2549af')
-sha256sums_aarch64+=('b6f7d301be492147c37420e2f1aeb6f11b9c8466a5f5ee3874ace6b42851446d')
+sha256sums_x86_64+=('f5096afac172736910f0a8e80419709a16fb3c357ff44db4f0bc57d9ef05facc')
+sha256sums_armv7h+=('4f132eacf06c87c89f93e5dcb5c1c1ff3d694d0d233f535f6c2efdb92e0c6afc')
package() {
install -Dm755 waitforfile "${pkgdir}/usr/bin/waitforfile"