summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2019-05-27 00:27:00 +0200
committerEmil Lundberg2019-05-27 00:27:00 +0200
commit211de079a5f8269eb707dbd9ac5ae83123f28d3c (patch)
tree30c2fc872673c37681d8c4ba54002b613c7138a0
parent314bb298c31b481cafd89ebe6529d3ca094f1b61 (diff)
downloadaur-211de079a5f8269eb707dbd9ac5ae83123f28d3c.tar.gz
Fix source branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f79e305782..bfb2ee929396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gws2-git
pkgdesc = Colorful KISS helper for git workspaces
pkgver = 0.1.0.r2.g3c97a0e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/emlun/gws2
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = gws2-git
depends = git
provides = gws
conflicts = gws
- source = gws2::git+https://github.com/emlun/gws2.git#branch=tmp
+ source = gws2::git+https://github.com/emlun/gws2.git#branch=master
validpgpkeys = BFD86BE9948C849A
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f3597ea4f176..9fe68402ca86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="gws2-git"
_reponame="gws2"
_binname="gws"
pkgver=0.1.0.r2.g3c97a0e
-pkgrel=1
+pkgrel=2
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/emlun/${_reponame}"
license=('GPL3')
@@ -13,7 +13,7 @@ depends=('git')
makedepends=('rust' 'cargo')
provides=("gws")
conflicts=("gws")
-source=("${_reponame}::git+https://github.com/emlun/${_reponame}.git#branch=tmp")
+source=("${_reponame}::git+https://github.com/emlun/${_reponame}.git#branch=master")
md5sums=('SKIP')
validpgpkeys=('BFD86BE9948C849A')