summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--xyscan.install11
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6c0615226ea..a4ba7a81a57a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = xyscan
pkgdesc = Tool to extract data points from graphical plots
- pkgver = 4.2.1
+ pkgver = 4.3.0
pkgrel = 1
url = http://rhig.physics.yale.edu/~ullrich/software/xyscan/
- install = xyscan.install
arch = i686
arch = x86_64
license = GPL
depends = qt5-multimedia>=5.2.0
depends = poppler-qt5
- source = http://rhig.physics.yale.edu/~ullrich/software/xyscan/Distributions/4.21/xyscan-4.21-src.tgz
+ source = http://rhig.physics.yale.edu/~ullrich/software/xyscan/Distributions/4.30/xyscan-4.30-src.tgz
source = xyscan.desktop
- md5sums = f38c2c6676db6d92519d850ab6f358d9
+ md5sums = 33e562f40d39eacbd9b03d5a5a24bcc2
md5sums = 2df01c952f8425d05e0d138778ca5be9
pkgname = xyscan
diff --git a/PKGBUILD b/PKGBUILD
index 40fb56b6ded1..5534e83cfc12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Contributor: Anton Leontiev <scileont /at/ gmail.com>
+
pkgname=xyscan
-pkgver=4.2.1
+pkgver=4.3.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Tool to extract data points from graphical plots'
@@ -12,9 +13,8 @@ depends=('qt5-multimedia>=5.2.0' 'poppler-qt5')
pkgverf=${pkgver%.*}${pkgver##*.}
source=(http://rhig.physics.yale.edu/~ullrich/software/$pkgname/Distributions/$pkgverf/$pkgname-$pkgverf-src.tgz
xyscan.desktop)
-md5sums=('f38c2c6676db6d92519d850ab6f358d9'
+md5sums=('33e562f40d39eacbd9b03d5a5a24bcc2'
'2df01c952f8425d05e0d138778ca5be9')
-install=xyscan.install
prepare() {
cd $pkgname
diff --git a/xyscan.install b/xyscan.install
deleted file mode 100644
index a957b6034e90..000000000000
--- a/xyscan.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}