summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2018-10-12 14:30:58 +0200
committerGFdevelop2018-10-12 14:30:58 +0200
commit11a3cffcd684e4335f96aafbc9f4bc329134ddf1 (patch)
treec03222671442f6ced65edb157045e35bc76db93e
parentd24241f96411968fc1766cad9744fbd72e27af96 (diff)
downloadaur-11a3cffcd684e4335f96aafbc9f4bc329134ddf1.tar.gz
removed 'lib' from replace
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 880004838657..cb189f10cea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = s2argv-execs-git
groups = view-os
license = GPL2
provides = s2argv-execs
- replaces = libs2argv-execs
+ replaces = s2argv-execs
source = git+https://github.com/rd235/s2argv-execs.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ecbe1ad971ad..b5a9f777b40f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,8 @@ arch=('any')
url="https://github.com/rd235/$_pkgname"
license=('GPL2')
groups=('view-os')
-#~ depends=('')
provides=("$_pkgname")
-replaces=("lib$_pkgname")
+replaces=("$_pkgname")
source=("git+https://github.com/rd235/$_pkgname.git")
md5sums=('SKIP')