diff options
Diffstat (limited to 'community/sxiv/PKGBUILD')
-rw-r--r-- | community/sxiv/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
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 <barthalion@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Bert Muennich <muennich at informatik.hu-berlin.de> @@ -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 } |