summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkedap2021-05-16 14:36:36 -0500
committerkedap2021-05-16 14:36:36 -0500
commit545dc3e9773cc1d2ee47f230cc0c0f5d8c426075 (patch)
treeba4be22e3a6080abb2fb50975aa35e76145a68ce
parent20898482a2cd51d6f9914e2734db3023aca7ae0d (diff)
downloadaur-545dc3e9773cc1d2ee47f230cc0c0f5d8c426075.tar.gz
Actualizacion
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1c8e3069cd..28d664b87cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = apmpkg-git-dev
url = https://github.com/Kedap/apmpkg
arch = x86_64
license = Apache
+ makedepends = git
makedepends = cargo
depends = git
depends = python-pip
@@ -13,7 +14,7 @@ pkgbase = apmpkg-git-dev
depends = fakeroot
depends = ruby-bundler
depends = rsync
- conflicts = apmpkg-git
+ conflicts = apmpkg
source = git+https://github.com/kedap/apmpkg
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a83be34fd62..6d4c7156e7e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('x86_64')
url="https://github.com/Kedap/apmpkg"
license=('Apache')
depends=('git' 'python-pip' 'python2-pip' 'curl' 'fakeroot' 'ruby-bundler' 'rsync')
-makedepends=('cargo')
-conflicts=('apmpkg-git')
+makedepends=('git' 'cargo')
+conflicts=('apmpkg')
source=("git+https://github.com/kedap/${_pkgname}")
sha256sums=('SKIP')