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

Sergej Pupykin spupykin at gemini.archlinux.org
Tue Nov 16 12:41:36 UTC 2021


    Date: Tuesday, November 16, 2021 @ 12:41:36
  Author: spupykin
Revision: 1048774

upgpkg: rocksndiamonds 4.3.0.0-3
fix base-path

Modified:
  rocksndiamonds/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-16 12:41:06 UTC (rev 1048773)
+++ PKGBUILD	2021-11-16 12:41:36 UTC (rev 1048774)
@@ -3,7 +3,7 @@
 
 pkgname=rocksndiamonds
 pkgver=4.3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="game similiar to Boulderdash with lots of levels"
 arch=(x86_64)
 url="https://www.artsoft.org/rocksndiamonds/"
@@ -15,15 +15,10 @@
 sha256sums=('520626a883b2a1badfe9d775452b2c928c06631091f53cc2657e33b9b70f79af'
             '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
 
-prepare() {
-  cd "$srcdir"/rocksndiamonds-$pkgver
-  sed -i 's|inline void InitElementSmallImagesScaledUp|void InitElementSmallImagesScaledUp|g' src/init.c
-}
-
 build() {
   cd "$srcdir"/rocksndiamonds-$pkgver
   make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
+  make BASE_PATH=/usr/share/rocksndiamonds
 }
 
 package() {



More information about the arch-commits mailing list