summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2c58b09bc9c..460194d20d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,13 @@
pkgname=libgmp-static
pkgver=6.1.2
-pkgrel=1
+pkgrel=2
arch=('any')
source=("https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz")
md5sums=('f58fa8001d60c4c77595fbbb62b63c1d')
depends=('gmp>=6.1.2-2')
+url=https://gmplib.org
+license=('LGPL3' 'GPL')
+pkgdesc='A free library for arbitrary precision arithmetic, but only includes libgmp.a'
package() {
cd gmp-$pkgver