summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Zonca2016-08-16 15:02:29 -0400
committerEthan Zonca2016-08-16 15:02:29 -0400
commit0eebd7bb24b663af24c95488f837e5729defe494 (patch)
treefe2434f4bf01be330c3c65271e346ed98b0056e2
parent503a58789e2e3dc828e8fa7cd682706f19ff1822 (diff)
downloadaur-0eebd7bb24b663af24c95488f837e5729defe494.tar.gz
Update provides and conflicts to arrays
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdeb0881febc..92b3a8dac8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Aug 16 19:02:05 UTC 2016
pkgbase = python2-pyenet-git
pkgdesc = pyenet is a python wrapper for the ENet library
pkgver = 24
@@ -11,8 +13,8 @@ pkgbase = python2-pyenet-git
makedepends = git
depends = python2
depends = cython2
- provides = pyenet
- conflicts = pyenet
+ provides = python2-pyenet
+ conflicts = python2-pyenet
source = git+https://github.com/aresch/pyenet.git
source = http://enet.bespin.org/download/enet-1.3.6.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d411c629bd26..57f70ee7f976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Ethan Zonca <e@ethanzonca.com>
pkgname=python2-pyenet-git
-provides="python2-pyenet"
-conflicts="python2-pyenet"
+provides=('python2-pyenet')
+conflicts=('python2-pyenet')
pkgdesc="pyenet is a python wrapper for the ENet library"
url="http://code.google.com/p/pyenet"
pkgver=24