summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2023-05-20 16:40:01 +0200
committerMatMoul2023-05-20 16:40:01 +0200
commit338cd75bf54cdc8ae3d7b0b3773a11d224ce2af9 (patch)
tree1c975aaf4ce85d79369899ad7caacdcb4b50e83b
parentfd16b586765cc38a47e1fa4cd736a2d972ee33db (diff)
downloadaur-338cd75bf54cdc8ae3d7b0b3773a11d224ce2af9.tar.gz
Version 0.12.0.r1.e03a460-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8bc4b86f8a..e02dc04bdd48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x48ng-git
pkgdesc = A reboot of the x48 HP 48 emulator
- pkgver = 0.11.0.r4.721c01a
+ pkgver = 0.12.0.r1.e03a460
pkgrel = 1
url = https://github.com/gwenhael-le-moine/x48ng
install = x48ng-git.install
@@ -12,8 +12,9 @@ pkgbase = x48ng-git
depends = xterm
depends = xorg-mkfontscale
depends = xorg-fonts-misc
+ provides = x48ng
conflicts = x48ng
- source = git+https://github.com/gwenhael-le-moine/x48ng.git#commit=721c01ad64a3e75c01f98cc779a720ab7b5e01db
+ source = git+https://github.com/gwenhael-le-moine/x48ng.git#commit=e03a46050451abaa8493ca9322f3007aa4c23ab6
sha256sums = SKIP
pkgname = x48ng-git
diff --git a/PKGBUILD b/PKGBUILD
index e243b7dea4b8..24d0a47be8bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=gwenhael-le-moine
_githubrepo=x48ng
-_gitcommit=721c01ad64a3e75c01f98cc779a720ab7b5e01db
+_gitcommit=e03a46050451abaa8493ca9322f3007aa4c23ab6
pkgname=x48ng-git
-pkgver=0.11.0.r4.721c01a
+pkgver=0.12.0.r1.e03a460
pkgrel=1
pkgdesc='A reboot of the x48 HP 48 emulator'
arch=('any')
@@ -14,6 +14,7 @@ license=('GPL2')
depends=('readline' 'libxext' 'xterm' 'xorg-mkfontscale' 'xorg-fonts-misc')
makedepends=('git')
install="${pkgname}.install"
+provides=('x48ng')
conflicts=('x48ng')
source=("git+https://github.com/${_githubuser}/${_githubrepo}.git#commit=${_gitcommit}")
sha256sums=('SKIP')