[arch-commits] Commit in gmp/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat May 21 08:22:22 UTC 2022


    Date: Saturday, May 21, 2022 @ 08:22:22
  Author: arojas
Revision: 446165

Enable debug

Modified:
  gmp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 07:28:57 UTC (rev 446164)
+++ PKGBUILD	2022-05-21 08:22:22 UTC (rev 446165)
@@ -3,7 +3,7 @@
 
 pkgname=gmp
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A free library for arbitrary precision arithmetic'
 arch=(x86_64)
 url='https://gmplib.org/'
@@ -13,6 +13,7 @@
 md5sums=('03a31d8cbaf29d136252f8f38875ed82'
          'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
+options=(debug)
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list