git » oniguruma.git » commit 0549444

signed with new key and enabled debug package

author Massimiliano Torromeo
2022-02-28 11:54:22 UTC
committer Massimiliano Torromeo
2022-02-28 11:54:22 UTC
parent c7f15c7f613ed5b002410d5d01e6e073d6ee7f9f

signed with new key and enabled debug package

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 2fe2e66..574882d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
 
 pkgname=oniguruma
 pkgver=6.9.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a regular expressions library"
 arch=('x86_64')
 url="https://github.com/kkos/oniguruma"
 license=('BSD')
+options=('debug')
 source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-${pkgver/_/-}.tar.gz")
 sha256sums=('6444204b9c34e6eb6c0b23021ce89a0370dad2b2f5c00cd44c342753e0b204d9')