summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo-Guilbert2017-05-27 09:49:21 -0400
committerGabriel-Andrew Pollo-Guilbert2017-05-27 09:49:21 -0400
commit1bea4869b1ceef44ae6c94062a10babb602f8d8b (patch)
tree54a044564cb2285c8f3a21b18aacd38b3c1c2eb2
parent90c9cb08c62e386dfe7a60a0d45d5335bffe2a2a (diff)
downloadaur-1bea4869b1ceef44ae6c94062a10babb602f8d8b.tar.gz
Update to 6.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f8712d9749..9ce31711520d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat May 27 13:49:04 UTC 2017
pkgbase = lib32-oniguruma
pkgdesc = Oniguruma is a regular expressions library.
- pkgver = 5.9.6
+ pkgver = 6.2.0
pkgrel = 1
url = http://www.geocities.jp/kosako3/oniguruma/
arch = x86_64
license = BSD
depends = oniguruma
- source = https://github.com/kkos/oniguruma/releases/download/v5.9.6/onig-5.9.6.tar.gz
- sha256sums = d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7
+ source = https://github.com/kkos/oniguruma/releases/download/v6.2.0/onig-6.2.0.tar.gz
+ sha256sums = 6561637f340c6cae468aa4df45c7a4d8525fad65495b0dcef72d749aa8733a4b
pkgname = lib32-oniguruma
diff --git a/PKGBUILD b/PKGBUILD
index 3499f817250b..bb4bd01b54c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gabriel-Andrew Pollo Guilbert <gabriel14_wii@hotmail.com>
pkgname=lib32-oniguruma
-pkgver=5.9.6
+pkgver=6.2.0
pkgrel=1
pkgdesc='Oniguruma is a regular expressions library.'
arch=('x86_64')
url='http://www.geocities.jp/kosako3/oniguruma/'
license=('BSD')
depends=('oniguruma')
-source=("https://github.com/kkos/oniguruma/releases/download/v5.9.6/onig-$pkgver.tar.gz")
-sha256sums=('d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7')
+source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz")
+sha256sums=('6561637f340c6cae468aa4df45c7a4d8525fad65495b0dcef72d749aa8733a4b')
build() {
cd onig-${pkgver}
@@ -19,13 +19,13 @@ build() {
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
./configure --libdir='/usr/lib32'
-
+
make
}
package() {
cd onig-${pkgver}
-
+
make DESTDIR="${pkgdir}" install
}