summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2019-02-28 21:47:45 +0100
committerGFdevelop2019-02-28 21:47:45 +0100
commit46737822a0bf66d9e4ee1b390fd9e1cec0d40dce (patch)
treef596278b8028ff2e66cb45323a65eaa694889e88
parent11a3cffcd684e4335f96aafbc9f4bc329134ddf1 (diff)
downloadaur-46737822a0bf66d9e4ee1b390fd9e1cec0d40dce.tar.gz
UPDATE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb189f10cea7..f6f83a12835e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = s2argv-execs-git
pkgdesc = s2argv converts a command string into an argv array for execv*, execs is like execv taking a string instead of an argv
- pkgver = r34.c51c856
+ pkgver = r37.aa3c3d6
pkgrel = 1
url = https://github.com/rd235/s2argv-execs
arch = any
groups = view-os
license = GPL2
provides = s2argv-execs
- replaces = s2argv-execs
+ conflicts = s2argv-execs
source = git+https://github.com/rd235/s2argv-execs.git
md5sums = SKIP
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() {