summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0fda4a69bf6..c98635421c30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tgui-git
pkgdesc = Cross-platform C++ GUI library for SFML
- pkgver = 0.7.4.r1.g16c65f7b
+ pkgver = 0.8.alpha.r0.g2db12aab
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
+ source = git+https://github.com/texus/TGUI.git#branch=0.8-dev
sha256sums = SKIP
pkgname = tgui-git
diff --git a/PKGBUILD b/PKGBUILD
index 67ea2e3f082d..6d68160314d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Van de Velde <bruno@texus.me>
pkgname=tgui-git
-pkgver=0.7.4.r1.g16c65f7b
+pkgver=0.8.alpha.r0.g2db12aab
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.7")
+source=("git+https://github.com/texus/TGUI.git#branch=0.8-dev")
sha256sums=('SKIP')
pkgver() {