[arch-commits] Commit in rocksndiamonds/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Sep 17 13:32:59 UTC 2015


    Date: Thursday, September 17, 2015 @ 15:32:59
  Author: spupykin
Revision: 140399

upgpkg: rocksndiamonds 3.3.1.2-2

upd

Modified:
  rocksndiamonds/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-17 11:15:25 UTC (rev 140398)
+++ PKGBUILD	2015-09-17 13:32:59 UTC (rev 140399)
@@ -4,7 +4,7 @@
 
 pkgname=rocksndiamonds
 pkgver=3.3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="game similiar to Boulderdash with lots of levels"
 arch=(i686 x86_64)
 url="http://www.artsoft.org/rocksndiamonds/"
@@ -16,6 +16,11 @@
 md5sums=('9fb7d125a314f55c5148c0e47f9ebb42'
          '18a3541db4d71feb0ad3b50ea4006738')
 
+prepare() {
+  cd $srcdir/rocksndiamonds-$pkgver
+  sed -i 's|inline void InitElementSmallImagesScaledUp|void InitElementSmallImagesScaledUp|g' src/init.c
+}
+
 build() {
   cd $srcdir/rocksndiamonds-$pkgver
   make clean



More information about the arch-commits mailing list