summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo-Guilbert2022-09-07 13:15:49 -0400
committerGabriel-Andrew Pollo-Guilbert2022-09-07 13:15:49 -0400
commitbb3cc561788b43d7a153f588a351c3a72c3040bf (patch)
tree64201179b0dd1ab844c93c2734e0b29943f47265
parent1bea4869b1ceef44ae6c94062a10babb602f8d8b (diff)
downloadaur-bb3cc561788b43d7a153f588a351c3a72c3040bf.tar.gz
Update to 6.9.8
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce31711520d..cae694cac75c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Sat May 27 13:49:04 UTC 2017
pkgbase = lib32-oniguruma
pkgdesc = Oniguruma is a regular expressions library.
- pkgver = 6.2.0
+ pkgver = 6.9.8
pkgrel = 1
url = http://www.geocities.jp/kosako3/oniguruma/
arch = x86_64
license = BSD
depends = oniguruma
- source = https://github.com/kkos/oniguruma/releases/download/v6.2.0/onig-6.2.0.tar.gz
- sha256sums = 6561637f340c6cae468aa4df45c7a4d8525fad65495b0dcef72d749aa8733a4b
+ source = https://github.com/kkos/oniguruma/releases/download/v6.9.8/onig-6.9.8.tar.gz
+ sha256sums = 28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e
pkgname = lib32-oniguruma
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..01996ab6d846
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*\.pkg*
+*\.tar*
diff --git a/PKGBUILD b/PKGBUILD
index bb4bd01b54c0..56e7d2854129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Gabriel-Andrew Pollo Guilbert <gabriel14_wii@hotmail.com>
+# Maintainer: Gabriel-Andrew Pollo-Guilbert <gabrielpolloguilbert@gmail.com>
pkgname=lib32-oniguruma
-pkgver=6.2.0
+pkgver=6.9.8
pkgrel=1
pkgdesc='Oniguruma is a regular expressions library.'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='http://www.geocities.jp/kosako3/oniguruma/'
license=('BSD')
depends=('oniguruma')
source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-$pkgver.tar.gz")
-sha256sums=('6561637f340c6cae468aa4df45c7a4d8525fad65495b0dcef72d749aa8733a4b')
+sha256sums=('28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e')
build() {
cd onig-${pkgver}