summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Redaelli2016-10-13 14:01:51 +0200
committerTimothy Redaelli2016-10-13 14:01:51 +0200
commit14984f2aa1eba71859d5419d31a1eb61e3cf435b (patch)
tree4b7d2992d45296035531cdbd030b70067e95e836
parente601e8bbdea846cce0d7beeca5f96a84f32351dd (diff)
downloadaur-14984f2aa1eba71859d5419d31a1eb61e3cf435b.tar.gz
Wrapper renamed upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6bc7a84dafb..88cb2fd5f1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opentimestamps-client-git
pkgdesc = Command-line tool to create and validate timestamp proofs with the OpenTimestamps protocol
- pkgver = 0.2.2.r18.gb085f8f
+ pkgver = 0.2.3.r8.g892e8378
pkgrel = 1
url = https://github.com/opentimestamps/opentimestamps-client
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6957b00f5201..73ca04df7d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
pkgname=opentimestamps-client-git
-pkgver=0.2.2.r18.gb085f8f
+pkgver=0.2.3.r8.g892e8378
pkgrel=1
pkgdesc="Command-line tool to create and validate timestamp proofs with the OpenTimestamps protocol"
arch=(any)
@@ -25,7 +25,7 @@ package() {
python -O -m compileall "${pkgdir}/${_python_site}/otsclient"
install -Dm755 ots "$pkgdir/usr/bin/ots"
- install -Dm755 git-gpg-wrapper "$pkgdir/usr/share/$pkgname/ots-git-gpg-wrapper"
+ install -Dm755 ots-git-gpg-wrapper "$pkgdir/usr/share/$pkgname/ots-git-gpg-wrapper"
printf '%s\n' "#!/bin/sh" "/usr/share/$pkgname/ots-git-gpg-wrapper --gpg-program /usr/bin/gpg -- \"\$@\"" > "$pkgdir/usr/bin/ots-git-gpg-wrapper.sh"
chmod 755 "$pkgdir/usr/bin/ots-git-gpg-wrapper.sh"
}