summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21920130d4cf..6fb16923aa3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_pkgtagname=0.11.0
+_pkgtagname=0.12.0
pkgname=x48ng
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='A reboot of the x48 HP 48 emulator'
arch=('any')
@@ -14,7 +14,7 @@ license=('GPL2')
depends=('readline' 'libxext' 'xterm' 'xorg-mkfontscale' 'xorg-fonts-misc')
install="${pkgname}.install"
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
-sha256sums=('d7651c3f0b519f1f4b2aa060f6e860b6f3669adb93192e4e7999617492a19ec6')
+sha256sums=('ad59aa5f0730ccaab66a5703ff4ade75d7dc74da9d77be2ee6ec54d58afe99bd')
build() {
cd "${_githubrepo}-${pkgver}"