summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten de Vries2017-10-08 17:49:46 +0200
committerMaarten de Vries2017-10-08 17:49:46 +0200
commit55d57a9c2fadb27ca1ff6bbe6f6c58be2584b921 (patch)
tree90d0aed49b6bf9cbfbf6d140229e84e3774c27e8
parentdf825824801752a7ac7a626d857a7378a534aaad (diff)
downloadaur-55d57a9c2fadb27ca1ff6bbe6f6c58be2584b921.tar.gz
Update to 0.0.p3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b9699c51a5..181a7b92b41f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = stringpool
pkgdesc = C++ string pool
- pkgver = 0.0.p2
+ pkgver = 0.0.p3
pkgrel = 1
- url = https://github.com/m-ou-se/string-pool
+ url = https://github.com/m-ou-se/stringpool
arch = any
- source = stringpool-0.0.p2.tar.gz::https://github.com/de-vri-es/string-pool/archive/0.0.p2.tar.gz
- sha512sums = 4282c9c48cb0081e6d370a23ecafcfecb9ff2ddc3f17507a2adf8385487ce2f613277ecb48379f21b5625c07d95f6e38be0ddbb3e5708e82314c89d9d7db1d3e
+ source = stringpool-0.0.p3.tar.gz::https://github.com/de-vri-es/stringpool/archive/0.0.p3.tar.gz
+ sha512sums = 59090b55a6cbc897399937a246ef6cf3995043876027b45d40562de58b76acfe4cceacdea204edf9faf1975909a2bdd8f03a7f10814506439629de0fb8b383bd
pkgname = stringpool
diff --git a/PKGBUILD b/PKGBUILD
index b0992aa8e88f..6f30639d6071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Maarten de Vries <maarten@de-vri.es>
pkgname=stringpool
-pkgver=0.0.p2
+pkgver=0.0.p3
pkgrel=1
pkgdesc="C++ string pool"
arch=('any')
-url='https://github.com/m-ou-se/string-pool'
+url='https://github.com/m-ou-se/stringpool'
license=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/de-vri-es/string-pool/archive/$pkgver.tar.gz")
-sha512sums=('4282c9c48cb0081e6d370a23ecafcfecb9ff2ddc3f17507a2adf8385487ce2f613277ecb48379f21b5625c07d95f6e38be0ddbb3e5708e82314c89d9d7db1d3e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/de-vri-es/stringpool/archive/$pkgver.tar.gz")
+sha512sums=('59090b55a6cbc897399937a246ef6cf3995043876027b45d40562de58b76acfe4cceacdea204edf9faf1975909a2bdd8f03a7f10814506439629de0fb8b383bd')
prepare() {
rm -rf "$srcdir/build"
mkdir "$srcdir/build"
cd "$srcdir/build"
- cmake "$srcdir/string-pool-$pkgver" \
+ cmake "$srcdir/stringpool-$pkgver" \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib