summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Adler2020-02-24 20:02:14 +0100
committerDavid Adler2020-02-24 20:02:14 +0100
commit1980eb76061247a226c9253d15deebde4c362157 (patch)
tree4b94270283a0e6fc5f719464cf573282a9b8a400
parentec96e633f189358d48995c3410f612f04d4690ef (diff)
downloadaur-1980eb76061247a226c9253d15deebde4c362157.tar.gz
Changes upstream url
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02241542b644..b8c37677bcda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = gnucap-custom-git
pkgdesc = customisable executable + a few plugins for gnucap
- pkgver = r33.0483cea
+ pkgver = r38.cb4639b
pkgrel = 1
- url = https://gitlab.com/gnucap/gnucap-custom
+ url = https://codeberg.org/gnucap/gnucap-custom
arch = x86_64
license = GPL
makedepends = git
- depends = gnucap
+ depends = gnucap-git
+ depends = boost
provides = gnucap-custom
conflicts = gnucap-custom
- source = gnucap-custom::git+https://gitlab.com/gnucap/gnucap-custom.git
+ source = gnucap-custom::git+https://codeberg.org/gnucap/gnucap-custom.git#branch=master
md5sums = SKIP
pkgname = gnucap-custom-git
diff --git a/PKGBUILD b/PKGBUILD
index 799526fda9f4..36afd76c1b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=gnucap-custom
pkgname=$_pkgname-git
-pkgver=r33.0483cea
+pkgver=r38.cb4639b
pkgrel=1
pkgdesc="customisable executable + a few plugins for gnucap"
arch=('x86_64')
-url="https://gitlab.com/gnucap/gnucap-custom"
+url="https://codeberg.org/gnucap/gnucap-custom"
license=('GPL')
-depends=('gnucap')
+depends=('gnucap-git' 'boost')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+https://gitlab.com/gnucap/$_pkgname.git")
+source=("$_pkgname::git+https://codeberg.org/gnucap/$_pkgname.git#branch=master")
md5sums=('SKIP')