summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d157ae17c154..8777e3178bd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x48ng
pkgdesc = A reboot of the x48 HP 48 emulator
- pkgver = 0.12.1
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/gwenhael-le-moine/x48ng
install = x48ng.install
@@ -11,7 +11,7 @@ pkgbase = x48ng
depends = xterm
depends = xorg-mkfontscale
depends = xorg-fonts-misc
- source = x48ng::https://github.com/gwenhael-le-moine/x48ng/archive/refs/tags/0.12.1.tar.gz
- sha256sums = 44d99b5b63300dffb5273e4ed6cc4e2f7d5fd0635d8ba692b2b4b93b7328b6cb
+ source = x48ng::https://github.com/gwenhael-le-moine/x48ng/archive/refs/tags/0.13.0.tar.gz
+ sha256sums = c1d0aec2c2ac82a93a7b8eff8a22c97193cae7ce09a8e094cd81443b6d5348f8
pkgname = x48ng
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}"