diff options
Diffstat (limited to 'community/puzzles/PKGBUILD')
-rw-r--r-- | community/puzzles/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD index d2fe27e3a..b6a96fe17 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=puzzles -pkgver=9445 +pkgver=9455 pkgrel=1 pkgdesc="Simon Tatham's Portable Puzzle Collection" arch=('i686' 'x86_64') @@ -11,13 +11,11 @@ url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" license=('MIT') makedepends=('pkgconfig') depends=('gtk2') -source=("http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz" - 'puzzles-lm.diff') +source=("http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz") build() { cd ${srcdir}/${pkgname}-r${pkgver} - patch -Np1 < ${srcdir}/puzzles-lm.diff ./mkfiles.pl sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile @@ -40,5 +38,4 @@ package() { mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox } -md5sums=('fbee267af9c887d229a2035b18ebd4a7' - '41ac7f0d300422da94080e08976132e6') +md5sums=('b1c08158b5ea14f374485cc72b7307f1') |