summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gsänger2021-01-03 13:39:30 +0100
committerSebastian Gsänger2021-01-03 13:39:30 +0100
commit3cc9b6bc2e601aba7f8f4c9a1d0f238fb9fe4633 (patch)
tree8cca41e772877ff21038671d7807f78b1f94402b
parentf2665e28fed327feb354c453c2da18c69782e9b7 (diff)
downloadaur-3cc9b6bc2e601aba7f8f4c9a1d0f238fb9fe4633.tar.gz
revert to master branch to mimic simplified development procedure
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 564c9bda2128..1ec29be1dc50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vipster-git
pkgdesc = Molecule editor based on Qt, specialized on periodic structures, development version
- pkgver = r1302.59e41ae
+ pkgver = r1383.2272ab6
pkgrel = 1
url = https://sgsaenger.github.io/vipster
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = vipster-git
depends = qt5-base
depends = python
conflicts = vipster
- source = git+https://github.com/sgsaenger/vipster#branch=testing
+ source = git+https://github.com/sgsaenger/vipster
md5sums = SKIP
pkgname = vipster-git
diff --git a/PKGBUILD b/PKGBUILD
index 849739c31167..ed48eff476ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ groups=()
depends=('qt5-base' 'python')
makedepends=('cmake' 'git' 'catch2' 'pybind11' 'fmt' 'cli11' 'nlohmann-json')
conflicts=('vipster')
-source=("git+https://github.com/sgsaenger/vipster#branch=testing")
+source=("git+https://github.com/sgsaenger/vipster")
md5sums=('SKIP')
pkgver() {