summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat Bakarov2022-05-30 09:37:49 +0700
committerAskhat Bakarov2022-05-30 09:37:49 +0700
commit4391eaa7519a58bea7b75f47ea2222fc09f4fcda (patch)
tree136a8c45bd3ca3f1e274165da61c757d2b3cd5c3
parent0e9855124edfb7c698f70bb951d800ab38c48249 (diff)
downloadaur-4391eaa7519a58bea7b75f47ea2222fc09f4fcda.tar.gz
change make dependency to sip-65
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7d927d94222..47df1d459bb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = veusz
pkgdesc = A 2D and 3D scientific plotting package, designed to create publication-ready PDF or SVG output
pkgver = 3.4
- pkgrel = 1
+ pkgrel = 2
url = https://veusz.github.io/
arch = x86_64
license = GPL2
- makedepends = sip>=5.0
+ makedepends = sip-65
depends = python-pyqt5
depends = python-numpy
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 945e45b2c0e0..a511b33c053f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=veusz
pkgver=3.4
-pkgrel=1
+pkgrel=2
pkgdesc="A 2D and 3D scientific plotting package, designed to create publication-ready PDF or SVG output"
arch=('x86_64')
url="https://veusz.github.io/"
license=('GPL2')
depends=('python-pyqt5' 'python-numpy' 'hicolor-icon-theme')
-makedepends=('sip>=5.0')
+makedepends=('sip-65')
optdepends=('python-h5py: HDF5 support'
# 'pyemf >= 2.0.0: EMF export https://github.com/jeremysanders/pyemf (Python 3 port in development) - package missing
'python-dbus: dbus interface'