summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5a9f777b40f..b5aecc972130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="s2argv-execs"
pkgname="$_pkgname-git"
-pkgver=r34.c51c856
+pkgver=r37.aa3c3d6
pkgrel=1
pkgdesc="s2argv converts a command string into an argv array for execv*, execs is like execv taking a string instead of an argv"
arch=('any')
@@ -12,8 +12,8 @@ url="https://github.com/rd235/$_pkgname"
license=('GPL2')
groups=('view-os')
provides=("$_pkgname")
-replaces=("$_pkgname")
-source=("git+https://github.com/rd235/$_pkgname.git")
+conflicts=("$_pkgname")
+source=("git+$url.git")
md5sums=('SKIP')
pkgver() {