aboutsummaryrefslogtreecommitdiffstats
path: root/xtest/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-19 19:39:53 +0200
committerMattias Andrée <maandree@kth.se>2017-10-19 19:39:53 +0200
commit00d673f878f7f4026c810f045c0aabaa783a7765 (patch)
tree852cf25fcc3155c0fec97b08b8ecf117fd35f296 /xtest/PKGBUILD
parentUpdate xtest (diff)
downloadaur-packages-00d673f878f7f4026c810f045c0aabaa783a7765.tar.gz
aur-packages-00d673f878f7f4026c810f045c0aabaa783a7765.tar.bz2
aur-packages-00d673f878f7f4026c810f045c0aabaa783a7765.tar.xz
Update xtest
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--xtest/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/xtest/PKGBUILD b/xtest/PKGBUILD
index 91d0326..44c5c1e 100644
--- a/xtest/PKGBUILD
+++ b/xtest/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=xtest
-pkgver=2
+pkgver=2.1
pkgrel=1
pkgdesc="Variant of test(1) that can test multiple files from cmdline or stdin"
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=('custom:ISC')
depends=()
makedepends=()
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(10a12fab90381bf62135c24634515865de52e0f7e99f3d0f0959dca1ac9b4c99)
+sha256sums=(4dcc9ab25228481b0b69bafc21f392425c18ace052f7e1c13793e5d0c917841a)
build() {
cd "$srcdir/$pkgname-$pkgver"