Date: Sunday, September 27, 2015 @ 01:46:57 Author: heftig Revision: 247525
3.18.1 Modified: gpaste/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-26 23:35:51 UTC (rev 247524) +++ PKGBUILD 2015-09-26 23:46:57 UTC (rev 247525) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gpaste -pkgver=3.16.3.1 +pkgver=3.18.1 pkgrel=1 pkgdesc="Clipboard management system" url="http://www.imagination-land.org/tags/GPaste.html" @@ -14,7 +14,7 @@ options=('!emptydirs') install=gpaste.install source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz") -sha256sums=('f9b79deb4459d2a48437c569132fe02cf29fc8c3024ae96165df4c24bac374d4') +sha256sums=('f4872e6b2d2a764b34fe715e77a9722e7f51818a57f9a4dba3694efce95d5ce4') build() { cd $pkgname-$pkgver @@ -34,8 +34,8 @@ cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - install -Dm644 data/completions/gpaste \ - "$pkgdir/usr/share/bash-completion/completions/gpaste" - install -Dm644 data/completions/_gpaste \ - "$pkgdir/usr/share/zsh/site-functions/_gpaste" + install -Dm644 data/completions/gpaste-client \ + "$pkgdir/usr/share/bash-completion/completions/gpaste-client" + install -Dm644 data/completions/_gpaste-client \ + "$pkgdir/usr/share/zsh/site-functions/_gpaste-client" }
