summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-02-05 22:57:32 +0100
committershellkr2016-02-05 22:57:32 +0100
commitec14595b448e6ead457d59294dd3ab4a18c58c90 (patch)
treea7bee6fc427d8ca19da3cd9efbffe65730412441
parent37bdb16b63e56065f7e68170256b186c62c940d5 (diff)
downloadaur-ec14595b448e6ead457d59294dd3ab4a18c58c90.tar.gz
corrected the provides string and srcinfo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad3f3aebded6..7c7d4a18cfc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 20:01:43 UTC 2016
+# Fri Feb 5 21:57:32 UTC 2016
pkgbase = minetest-mod-mobs_redo-git
pkgdesc = Mobs Redo mod for Minetest
pkgver = 265.55c0ed5
diff --git a/PKGBUILD b/PKGBUILD
index 77cd55664686..33c9b41a7158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/tenplus1/mobs"
license=('custom')
depends=('minetest')
makedepends=('git')
-provides=$_gitname
+provides=("$_gitname")
install=$pkgname.install
source=("$_gitname::git+git://github.com/tenplus1/mobs.git")
md5sums=('SKIP')