summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2016-06-13 23:48:16 +0200
committerOtto Sabart2016-06-13 23:48:16 +0200
commitb297d9a682b77666924c1548b77fdfdc720a6b7c (patch)
tree4acd996918903ccaa628c7c3b0a8b2ae1817b026
parentecef0df5d22f2fe60d24622598d0ea961e1f21de (diff)
downloadaur-b297d9a682b77666924c1548b77fdfdc720a6b7c.tar.gz
fix typo in source name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84f238344f79..50312909e6b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = minetest-mod-moreblocks-git
license = zlib
depends = minetest-common
provides = minetest-mod-moreblocks
- source = minetest-mod-moreblocks-git::git+https://github.com/minetest-mods/moreblocks
+ source = minetest-mod-moreblocks::git+https://github.com/minetest-mods/moreblocks
sha512sums = SKIP
pkgname = minetest-mod-moreblocks-git
diff --git a/PKGBUILD b/PKGBUILD
index 8df5e36cb987..d8436bbe271f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('minetest-common')
makedepends=()
provides=("$_gitname")
conflicts=()
-source=("$pkgname::git+https://github.com/minetest-mods/moreblocks")
+source=("$_gitname::git+https://github.com/minetest-mods/moreblocks")
sha512sums=('SKIP')
pkgver() {