summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Bosch2021-01-07 16:04:27 +0100
committerMickael Bosch2021-01-07 16:04:27 +0100
commit20127b6406933ed5d960fd8103da29ff6abe200f (patch)
tree7e05048bdab7adb2721830c41198517395659970
parenta069550ca42c8c42e22c0fabb0a7ec18fc305d83 (diff)
downloadaur-20127b6406933ed5d960fd8103da29ff6abe200f.tar.gz
use the .png instead of the .ico
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560a4c62fb03..5db4232c16a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = zegrapher
depends = qt5-base
depends = boost
conflicts = zegrapher
- source = https://github.com/AdelKS/ZeGrapher/archive/v3.1.1.tar.gz
+ source = zegrapher-3.1.1.tar.gz::https://github.com/AdelKS/ZeGrapher/archive/v3.1.1.tar.gz
sha256sums = d140f2940b7fd47e65c780650d74970bc6304be1e735da5430504acccfa20078
pkgname = zegrapher
diff --git a/PKGBUILD b/PKGBUILD
index 1adcef6068f0..8fff56365fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,5 +21,5 @@ build() {
package() {
cd "ZeGrapher-$pkgver"
install -Dm755 ZeGrapher "$pkgdir"/usr/bin/ZeGrapher
- install -Dm644 ZeGrapher.ico "$pkgdir"/usr/share/pixmaps/ZeGrapher.ico
-}
+ install -Dm644 icons/ZeGrapher.png "$pkgdir"/usr/share/pixmaps/ZeGrapher.png
+}