summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-02-05 22:58:31 +0100
committershellkr2016-02-05 22:58:31 +0100
commit22dfdb9013d65e5af6dc897a9a9f5f31a648e0a4 (patch)
tree82528e23458c7d6f1859550c97b9d1b363e4e5a5
parent57dc456e99b4e6e0eb4741bd58cb315d567d126e (diff)
downloadaur-22dfdb9013d65e5af6dc897a9a9f5f31a648e0a4.tar.gz
corrected the provides string and srcinfo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 853badac3814..62be1c432d8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 19:08:00 UTC 2016
+# Fri Feb 5 21:58:31 UTC 2016
pkgbase = minetest-mod-weather-git
pkgdesc = Minetest mod that adds weather
pkgver = 7.b2195be
pkgrel = 1
url = https://forum.minetest.net/viewtopic.php?f=11&t=5245&sid=2e794f55767fd96363055597bd7998df
+ install = minetest-mod-weather-git.install
arch = any
license = custom
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 220dfb965859..44dfda22bcda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://forum.minetest.net/viewtopic.php?f=11&t=5245&sid=2e794f55767fd96363
license=('custom')
depends=('minetest')
makedepends=('git')
-provides=$_gitname
+provides=("$_gitname")
install=$pkgname.install
source=("$_gitname::git://github.com/Jeija/minetest-mod-weather.git")
md5sums=('SKIP')