summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoajfreitas2023-11-13 20:13:47 +0000
committerjoajfreitas2023-11-13 20:13:47 +0000
commit1c2e10df2eacac0d941274b8a16a6d1fd7e11cdd (patch)
treed84b69182c51b974a16c0a5a3f617a7e3821396b
parent330d40b302ba49311152301a558db09f88ce4468 (diff)
downloadaur-1c2e10df2eacac0d941274b8a16a6d1fd7e11cdd.tar.gz
v1.8.0 with moved docs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8df6d4c6eab..067c059b10a5 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.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sharkdp/numbat
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 77af67a6bc7e..04e723cb6d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=numbat-bin
_pkgname=numbat
pkgver=1.8.0
-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"
@@ -24,6 +24,6 @@ package() {
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"
+ install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
}