summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-10-29 10:53:36 +0530
committertxtsd2023-10-29 10:53:36 +0530
commit970a2fd5762f759d496097ff9aeafabbdd4593d0 (patch)
treeb78311c04ff9163dae0dc494ac8b34f4abf41530
parentf92f51100e5787212cb5a520f29e87e48c2aa533 (diff)
downloadaur-970a2fd5762f759d496097ff9aeafabbdd4593d0.tar.gz
upgpkg: gtkcord4 0.0.15.1-1
Upstream Release: gtkcord4 0.0.15-1 Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ee6b17c08f3..d3968d5481b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtkcord4
pkgdesc = Discord client written in go and gtk4
- pkgver = 0.0.15
+ pkgver = 0.0.15.1
pkgrel = 1
url = https://github.com/diamondburned/gtkcord4
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = gtkcord4
depends = libadwaita>=1.3.2
provides = gtkcord4
conflicts = gtkcord4
- source = git+https://github.com/diamondburned/gtkcord4#tag=v0.0.15
+ source = git+https://github.com/diamondburned/gtkcord4#tag=v0.0.15-1
sha256sums = SKIP
pkgname = gtkcord4
diff --git a/PKGBUILD b/PKGBUILD
index a26713a57c4f..40b654203ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgname=gtkcord4
_fqpn=so.libdb.${pkgname}
-pkgver=0.0.15
+pkgver=0.0.15.1
+_pkgver=0.0.15-1
pkgrel=1
pkgdesc='Discord client written in go and gtk4'
arch=('x86_64' 'aarch64')
@@ -12,7 +13,7 @@ depends=('gtk4>=4.10.3' 'gobject-introspection' 'libadwaita>=1.3.2')
provides=('gtkcord4')
conflicts=('gtkcord4')
makedepends=('git' 'go>=1.20.3')
-source=("git+https://github.com/diamondburned/gtkcord4#tag=v${pkgver}")
+source=("git+https://github.com/diamondburned/gtkcord4#tag=v${_pkgver}")
sha256sums=('SKIP')
prepare() {