summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wanders2019-01-15 22:15:01 +0100
committerTim Wanders2019-01-15 22:15:01 +0100
commitfc13349afed3f482efd4e1d331a7866a75c20d82 (patch)
tree79ca278fba66c18371b5e8c34dc2efcbde8b5038
parentad792d501c91b0b343e4d75049c55dab1d30db02 (diff)
downloadaur-fc13349afed3f482efd4e1d331a7866a75c20d82.tar.gz
use devel branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626609f2163e..4102799a679d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = weidu-git
pkgdesc = WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
- pkgver = git
+ pkgver = 1
pkgrel = 1
url = https://github.com/WeiDUorg/weidu
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = weidu-git
conflicts = weidu-bin
conflicts = weidu
source = git+https://github.com/WeiDUorg/elkhound
- source = git+https://github.com/WeiDUorg/weidu
+ source = git+https://github.com/WeiDUorg/weidu#branch=devel
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 36b88ad61d19..4128ae47e34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=weidu
pkgname=$_pkgname-git
-pkgver=git
+pkgver=1
pkgrel=1
makedepends=("ocaml")
@@ -14,13 +14,13 @@ pkgdesc="WeiDU is a program used to develop, distribute and install modification
license=("GPLv2")
source=("git+https://github.com/WeiDUorg/elkhound"
- "git+https://github.com/WeiDUorg/weidu")
+ "git+https://github.com/WeiDUorg/weidu#branch=devel")
sha256sums=("SKIP" "SKIP")
pkgver() {
cd "$srcdir/weidu"
- git describe --always
+ git describe --always | sed "s|-|.|g"
}
prepare() {