summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis2015-06-23 17:55:36 +0300
committerTheodoros Theodoridis2015-06-23 17:55:36 +0300
commit3e1d9acf7c2bc5a9f155d528035385f5eabb3cde (patch)
treeda02d7d3a1badc675c76297a2067d1083bfe3ac1
parent314911b162e13e47b6243022d8cd15f16eebdc49 (diff)
downloadaur-3e1d9acf7c2bc5a9f155d528035385f5eabb3cde.tar.gz
Fix the package name in PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d070a92f3ebe..f1dbca7224c3 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 f45f9d95c631..b4b57b9623ab 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')