summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Van de Velde2018-08-16 08:03:58 +0200
committerBruno Van de Velde2018-08-16 08:03:58 +0200
commit68e075b858a779fb69bb66a9f21499194cb92eac (patch)
treec329e0b992698c300da1942930f186516410eddd
parentd6e6f1372b1e036e02f83a6e03633c9672cefa1e (diff)
downloadaur-68e075b858a779fb69bb66a9f21499194cb92eac.tar.gz
Updated branch name now that 0.8 is the stable version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c98635421c30..b22d2ddb9f09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tgui-git
pkgdesc = Cross-platform C++ GUI library for SFML
- pkgver = 0.8.alpha.r0.g2db12aab
+ pkgver = v0.8.0.r7.g8afc386d
pkgrel = 1
url = https://tgui.eu/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = tgui-git
depends = sfml
provides = tgui
conflicts = tgui
- source = git+https://github.com/texus/TGUI.git#branch=0.8-dev
+ source = git+https://github.com/texus/TGUI.git#branch=0.8
sha256sums = SKIP
pkgname = tgui-git
diff --git a/PKGBUILD b/PKGBUILD
index 6d68160314d5..087b49644709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Van de Velde <bruno@texus.me>
pkgname=tgui-git
-pkgver=0.8.alpha.r0.g2db12aab
+pkgver=v0.8.0.r7.g8afc386d
pkgrel=1
pkgdesc="Cross-platform C++ GUI library for SFML"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('tgui')
conflicts=('tgui')
replaces=()
-source=("git+https://github.com/texus/TGUI.git#branch=0.8-dev")
+source=("git+https://github.com/texus/TGUI.git#branch=0.8")
sha256sums=('SKIP')
pkgver() {