summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatMoul2023-09-07 17:51:21 +0200
committerMatMoul2023-09-07 17:51:21 +0200
commitd1918aa3ba6af1380b0201430b85c45099d5d6b2 (patch)
treec7e6f748e40672098b69d26f3f476a19c013db3d /PKGBUILD
parent060123f001713a766236e5affb85f19e6dcb01a1 (diff)
downloadaur-d1918aa3ba6af1380b0201430b85c45099d5d6b2.tar.gz
Version 0.13.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5afca041662a..3b7c0a8c39e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_pkgtagname=0.12.1
+_pkgtagname=0.13.0
pkgname=x48ng
-pkgver=0.12.1
+pkgver=0.13.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=('44d99b5b63300dffb5273e4ed6cc4e2f7d5fd0635d8ba692b2b4b93b7328b6cb')
+sha256sums=('c1d0aec2c2ac82a93a7b8eff8a22c97193cae7ce09a8e094cd81443b6d5348f8')
build() {
cd "${_githubrepo}-${pkgver}"