summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-03 21:38:00 -0500
committerCarlos Aznarán2024-04-03 21:38:00 -0500
commit336bf1694fda7b9dba57c491426c463ec1dda42e (patch)
treeceb7f56dc0135124e32b7f4cf06484a2d2f123dd /PKGBUILD
parentd0275b806fdad8fc9b806d50ddb44dea19b85bc4 (diff)
downloadaur-ampl-mp.tar.gz
Fix license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd7b3917c87d..390a3648dec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname=ampl-mp
pkgver=3.1.0
pkgrel=3
pkgdesc="An open-source library for mathematical programming"
-arch=('x86_64')
+arch=(x86_64)
url="https://github.com/${pkgname/-//}"
-license=('custom')
+license=(LPL-1.0)
# depends=()
makedepends=(cmake ninja) # unixodbc
options=('!emptydirs')
-source=(${url}/archive/${pkgver}.tar.gz)
+source=(mp-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
sha512sums=('f23bdf37d42ac93b48e00f929afcce0a848956c9a0c1182413ee04dfcab12e8cd1af93e3924a5a6e9669a8d6841d1b8874a15a7252cf2365eb6077ab580a4447')
prepare() {
# https://github.com/fmtlib/fmt/issues/398#issue-183946005