summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Freitas2023-09-25 19:22:28 +0100
committerJoão Freitas2023-09-25 19:22:28 +0100
commit770b69b4f1c0e50119aae8685e9821bb4715593f (patch)
tree824a637c6d1f3620a7e99e1ed7835e7e7f153b85
parent5c929e3b3d0ebde429cb3475af1cc0c36cc963f7 (diff)
downloadaur-770b69b4f1c0e50119aae8685e9821bb4715593f.tar.gz
v1.6.2 with modules
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de21b4ba0ad1..fe0b67065a46 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 = 1
+ pkgrel = 2
url = https://github.com/sharkdp/numbat
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index fe89e6387790..5cc28beb4881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=numbat-bin
_pkgname=numbat
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
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"
@@ -20,5 +20,7 @@ package() {
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"
+ mkdir "$pkgdir/usr/share/$_pkgname"
+ cp -r "modules" "$pkgdir/usr/share/$_pkgname/modules/"
}