summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Adler2020-02-24 20:06:45 +0100
committerDavid Adler2020-02-24 20:06:45 +0100
commit6f97055911fbfca49ae903e9dce5297ab3973441 (patch)
treea697ac79d507dad71c6d30f6bf2cd77645bcc631
parent28181c2e5ad0a5ea0b16ab3e3abcd342e0abc97f (diff)
downloadaur-6f97055911fbfca49ae903e9dce5297ab3973441.tar.gz
gnucap-make functionality now included in gnucap-custom
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35a6f5dd7910..263d1e479ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = gnucap-adms-git
pkgdesc = automatic device model compiler for Gnucap
- pkgver = r578.e719276
+ pkgver = r645.1154b51
pkgrel = 1
url = http://gnucap.org/
arch = i686
arch = x86_64
license = GPL
makedepends = git
- depends = gnucap-git
+ depends = python
+ depends = gnucap
depends = boost
depends = adms-git
+ depends = gnucap-custom-git
provides = gnucap-adms
conflicts = gnucap-adms
- source = gnucap-adms::git+git://git.sv.gnu.org/gnucap/gnucap-adms.git#branch=unstable
+ source = gnucap-adms::git+git://git.sv.gnu.org/gnucap/gnucap-adms.git#branch=master
md5sums = SKIP
pkgname = gnucap-adms-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ff1e8b4864e..3de5bbe34896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=gnucap-adms
pkgname=$_pkgname-git
-pkgver=r578.e719276
+pkgver=r645.1154b51
pkgrel=1
pkgdesc="automatic device model compiler for Gnucap"
arch=('i686' 'x86_64')
url="http://gnucap.org/"
license=('GPL')
-depends=('gnucap' 'boost' 'adms-git' 'gnucap-make-git')
+depends=('python' 'gnucap' 'boost' 'adms-git' 'gnucap-custom-git')
makedepends=('git')
provides=('gnucap-adms')
conflicts=('gnucap-adms')
-source=("$_pkgname::git+git://git.sv.gnu.org/gnucap/gnucap-adms.git#branch=unstable")
+source=("$_pkgname::git+git://git.sv.gnu.org/gnucap/gnucap-adms.git#branch=master")
md5sums=('SKIP')
pkgver() {