summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Freitas2023-09-25 19:39:27 +0100
committerJoão Freitas2023-09-25 19:39:27 +0100
commit5b1e055d3a4d8f158f58ccd627c5c8965eabe9a3 (patch)
tree77cda0ab8255ef8e9a6fe037eb4ed667abf85895
parent3509d179a3dd13274e8447b0f8e96d9c6bb6052d (diff)
downloadaur-5b1e055d3a4d8f158f58ccd627c5c8965eabe9a3.tar.gz
v1.6.2 fix license naming
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0b67065a46..6ab156abd0b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = numbat-bin
pkgdesc = A statically typed programming language for scientific computations with first class support for physical dimensions and units
pkgver = 1.6.2
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/sharkdp/numbat
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 61a9797275d9..72927f15fdd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=numbat-bin
_pkgname=numbat
pkgver=1.6.2
-pkgrel=2
+pkgrel=4
pkgdesc="A statically typed programming language for scientific computations with first class support for physical dimensions and units"
arch=('x86_64')
url="https://github.com/sharkdp/numbat"
@@ -19,7 +19,7 @@ package() {
cd "$_pkgname-v$pkgver-x86_64-unknown-linux-gnu"
install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
install -Dm644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE-MIT"
- install -Dm644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE-MIT"
+ install -Dm644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE-APACHE"
mkdir "$pkgdir/usr/share/$_pkgname"
cp -r "modules" "$pkgdir/usr/share/$_pkgname/modules/"
install -Dm644 "README.md" "$pkgdir/usr/doc/$_pkgname/README.md"