summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Randall2018-10-05 23:42:01 +1000
committerConor Randall2018-10-05 23:42:01 +1000
commit2533184a3a0010c06f1f920694ef820b927062f4 (patch)
tree25400f4977fe3faa0645955fc21110e1985c41e3
parent2a03a7b4ed3b7dae4f82a7b3e8fcadc0a7673035 (diff)
downloadaur-2533184a3a0010c06f1f920694ef820b927062f4.tar.gz
Add provide makeppkg
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd4cfacc9ae9..5ee6b6768361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = makeppkg-git
pkgdesc = wrapper for Arch Linux's makepkg, patches source before packages are built
- pkgver = r42.a22848e
+ pkgver = r44.0e23034
pkgrel = 1
url = https://github.com/ibrokemypie/makeppkg
arch = i686
@@ -9,6 +9,7 @@ pkgbase = makeppkg-git
makedepends = rust
makedepends = cargo
makedepends = gcc-libs
+ provides = makeppkg
source = git+http://github.com/ibrokemypie/makeppkg/
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0eaae452777a..dd1ab5d9bca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
pkgdesc="wrapper for Arch Linux's makepkg, patches source before packages are built"
url="https://github.com/ibrokemypie/makeppkg"
license=('Apache-2.0')
+provides=('makeppkg')
source=('git+http://github.com/ibrokemypie/makeppkg/')
sha256sums=('SKIP')