git » range-v3-git.git » commit 3e1d9ac

Fix the package name in PKGBUILD

author Theodoros Theodoridis
2015-06-23 14:55:36 UTC
committer Theodoros Theodoridis
2015-06-23 14:55:36 UTC
parent 314911b162e13e47b6243022d8cd15f16eebdc49

Fix the package name in PKGBUILD

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index d070a92..f1dbca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = range-v3
+pkgbase = range-v3-git
 	pkgdesc = Eric Niebler' C++ ranges library.
-	pkgver = 20150622
+	pkgver = 20150623
 	pkgrel = 1
 	url = https://github.com/ericniebler/range-v3
 	arch = any
@@ -9,5 +9,5 @@ pkgbase = range-v3
 	source = git+https://github.com/ericniebler/range-v3.git
 	md5sums = SKIP
 
-pkgname = range-v3
+pkgname = range-v3-git
 
diff --git a/PKGBUILD b/PKGBUILD
index f45f9d9..b4b57b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Theodoros Theodoridis <theodoridisgr@mail.com>
 
-pkgname=range-v3
-pkgver=20150622
+pkgname=range-v3-git
+pkgver=20150623
 pkgrel=1
 pkgdesc="Eric Niebler' C++ ranges library."
 arch=('any')