summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatMoul2024-05-07 02:00:21 +0200
committerMatMoul2024-05-07 02:00:21 +0200
commit300d6a369b15f95ff6493689b581e798d9117362 (patch)
treedfde60d4ad3ed5a86c31d80a4948e4debd7be294 /PKGBUILD
parent6b1d8f05aa5424cd49f8d90767feb117c7abc3a4 (diff)
downloadaur-300d6a369b15f95ff6493689b581e798d9117362.tar.gz
Version 0.37.0.r4.106f0fc-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a0d0064c73d..7d0b856b00a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_gitcommit=ac6dcb93e79d7c90a1b273e3576e863cd17e3e6f
+_gitcommit=106f0fc200a738a19056944d3d13803ae08de43c
pkgname=x48ng-git
-pkgver=0.37.0.r2.ac6dcb9
+pkgver=0.37.0.r4.106f0fc
pkgrel=1
pkgdesc='A reboot of the x48 HP 48 emulator'
arch=('any')
@@ -16,13 +16,11 @@ makedepends=('git' 'lua')
install="${pkgname}.install"
provides=('x48ng')
conflicts=('x48ng')
-source=("git+https://github.com/${_githubuser}/${_githubrepo}.git#commit=${_gitcommit}" 'ui_text.c_1.patch')
-sha256sums=('SKIP'
- '94550704486e179bf0e1495b5fb6fc55c9663fe61d6e44dd45cff8bfe840f301')
+source=("git+https://github.com/${_githubuser}/${_githubrepo}.git#commit=${_gitcommit}")
+sha256sums=('SKIP')
build() {
cd "${_githubrepo}"
- patch --forward --strip=1 --input="${srcdir}/ui_text.c_1.patch"
make clean-all && make GUI=x11
}