summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-james2021-12-30 14:19:01 -0400
committerj-james2021-12-30 14:19:01 -0400
commit1e865abc74149eb679b586e50afff172e68a89e0 (patch)
treeb47d405c1a00186ce5db26b51bf853ecb21c9b95
parent04c062537af122752c00ce549bff03e4da47c1ba (diff)
downloadaur-xminesweeper.tar.gz
Apply bugfix with patch instead of git apply
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7383eba48f0..a20206fe43c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xminesweeper
pkgdesc = A minesweeper game for the X Window System
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.babafou.eu.org/xdemineur/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7b496f50fa06..63d1f2324b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xminesweeper
_pkgname=xdemineur
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A minesweeper game for the X Window System"
arch=('i686' 'x86_64')
url="http://www.babafou.eu.org/xdemineur/"
@@ -22,7 +22,7 @@ sha256sums=('593824412a208a1b75d5b15745a271dc3eba330d41f7718f4826567d04bcbb9b'
build() {
cd $_pkgname-$pkgver
- git apply ../bugfix.diff
+ patch <../bugfix.diff
xmkmf
make
}