summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Arrufat2016-10-24 16:55:27 +0200
committerAdrià Arrufat2016-10-24 16:55:27 +0200
commitb316979ccb45a66bd32106365084830fc4eb682d (patch)
tree8695abcd1d85d5aebeebc8c5fe46b54f44ff9974
parent1bfcf814c845744b79a3d998660a226a7e147442 (diff)
downloadaur-b316979ccb45a66bd32106365084830fc4eb682d.tar.gz
Fix provides and conflicts arrays
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17bfa847f1a5..f7fd482dcf42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="GObject XML and Serialization API"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('glib2' 'libgee' 'libxml2')
-provides=($_pkgname)
-conflicts=($_pkgname)
+provides=(${pkgname/-git})
+conflicts=(${pkgname/-git})
makedepends=('gobject-introspection' 'vala')
url="https://wiki.gnome.org/GXml"
source=("git+https://git.gnome.org/browse/gxml")