summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aba2c98a9280..5cfdbe036984 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = biniax2
pkgdesc = Arcade game : match two similar fruits, and they will disappear, just clear your way and avoid being blocked
pkgver = 2.1.30
- pkgrel = 9
+ pkgrel = 10
url = http://biniax.com/
install = biniax2.install
arch = i686
arch = x86_64
arch = aarch64
license = Zlib license
- makedepends = make
- makedepends = patch
depends = sdl
depends = sdl_image
depends = sdl_mixer
diff --git a/PKGBUILD b/PKGBUILD
index 636684b1d973..91c51f91f2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ pkgname=biniax2
pkgver=2.1.30
_pkgname=biniax
_pkgver=1.30
-pkgrel=9
+pkgrel=10
pkgdesc="Arcade game : match two similar fruits, and they will disappear, just clear your way and avoid being blocked"
arch=('i686' 'x86_64' 'aarch64')
url="http://${_pkgname}.com/"
license=('Zlib license')
depends=('sdl' 'sdl_image' 'sdl_mixer')
-makedepends=('make' 'patch')
install=${pkgname}.install
source=("https://www.tuzsuzov.com/${_pkgname}/${pkgname}-${_pkgver}-fullsrc.tar.gz"
"${pkgname}.desktop"