From c779760082085ee8f0e33d528811450e260867e0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Sep 2013 01:56:07 -0700 Subject: Sun Sep 15 01:54:13 PDT 2013 --- community/sxiv/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'community/sxiv/PKGBUILD') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 60fa909b4..0d3439b71 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94931 2013-08-01 07:01:27Z bpiotrowski $ +# $Id: PKGBUILD 97145 2013-09-14 07:15:14Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Bert Muennich @@ -14,10 +14,8 @@ install=sxiv.install url='https://github.com/muennich/sxiv' depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils') source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz - sxiv.desktop config.h) sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f' - 'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47' '61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c') build() { @@ -30,6 +28,6 @@ package() { cd sxiv-$pkgver make PREFIX="$pkgdir"/usr install - install -D -m644 "$srcdir"/sxiv.desktop \ - "$pkgdir"/usr/share/applications/sxiv.desktop + install -D -m644 sxiv.desktop \ + "$pkgdir"/usr/share/applications/sxiv.desktop } -- cgit v1.2.3-54-g00ecf