summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Salfelder2021-03-16 14:42:15 +0000
committerFelix Salfelder2021-03-16 14:42:15 +0000
commita02f0bdea8d9e9a4c10a6db0854597fb0e3e1924 (patch)
treebbe3997113e774fc652fa74b92a17c19469d5916 /PKGBUILD
parent6f97055911fbfca49ae903e9dce5297ab3973441 (diff)
downloadaur-a02f0bdea8d9e9a4c10a6db0854597fb0e3e1924.tar.gz
depend on adms, not adms-git
- adms-git should also satisfy adms (iirc) - exact version should not be an issue anytime soon - (not tested)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3de5bbe34896..68c5aa27eaac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="automatic device model compiler for Gnucap"
arch=('i686' 'x86_64')
url="http://gnucap.org/"
license=('GPL')
-depends=('python' 'gnucap' 'boost' 'adms-git' 'gnucap-custom-git')
+depends=('python' 'gnucap' 'boost' 'adms' 'gnucap-custom-git')
makedepends=('git')
provides=('gnucap-adms')
conflicts=('gnucap-adms')