summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53193074d93a..81ba21f044e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
pkgname=xyscan
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='Tool to extract data points from graphical plots'
url='http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/'
license=('GPL')
-depends=('qt5-base>=5.2.0')
-source=(http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/3.33/$pkgname-3.33-src.tar.gz
+depends=('qt5-multimedia>=5.2.0')
+source=(http://rhig.physics.yale.edu/~ullrich/software/$pkgname/Distributions/3.33/$pkgname-3.33-src.tar.gz
xyscan-$pkgver-docs.patch
xyscan.desktop)
md5sums=('d236ee95950edbf0dfef895ea59aafcd'
@@ -28,7 +28,7 @@ package() {
install --mode=755 --directory $pkgdir/usr/share/doc/xyscan/{en,fr}
install --mode=644 --target-directory=$pkgdir/usr/share/doc/xyscan/en docs/en/*
install --mode=644 --target-directory=$pkgdir/usr/share/doc/xyscan/fr docs/fr/*
- install --mode=644 -D images/xyscanIcon.png $pkgdir/usr/share/icons/hicolor/32x32/apps/xyscan.png
+ install --mode=644 -D images/xyscanIcon.png $pkgdir/usr/share/pixmaps/xyscan.png
if test -x /usr/bin/desktop-file-install; then
/usr/bin/desktop-file-install --dir $pkgdir/usr/share/applications $srcdir/xyscan.desktop
else