summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoajfreitas2024-02-15 21:25:43 +0000
committerjoajfreitas2024-02-15 21:25:43 +0000
commit53001c12f0440e8302c92aa1feab6e9fbefae00a (patch)
tree51fbb0aeadb8f29b3ba97fe6b65fb22ac181342d
parenta5d3bf3ae530483ef8074f6689c5c822129d8f5e (diff)
downloadaur-53001c12f0440e8302c92aa1feab6e9fbefae00a.tar.gz
v1.10.1 fix search for icons
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ea14502f24..2df087615d62 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.10.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sharkdp/numbat
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5237b6d263e8..def97f128182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=numbat-bin
_pkgname=numbat
pkgver=1.10.1
-pkgrel=2
+pkgrel=3
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"
@@ -27,7 +27,7 @@ package() {
install -Dm644 "assets/numbat.desktop" "$pkgdir/usr/share/applications/numbat.desktop"
install -Dm644 "assets/numbat.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/numbat.svg"
- for icon in $(ls assets/numbat-*.png)
+ for icon in $(ls assets/numbat-*x*png)
do
filename_without_prefix=${icon#*-}
icon_size=${filename_without_prefix%.*}