summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2024-04-15 13:11:58 +0200
committerPeter Mattern2024-04-15 13:11:58 +0200
commit2f71de194266eddbde8c66ada11f905089f024f5 (patch)
treeb6240ea652d198c88ad2cb586d0972cbc5ab0401 /PKGBUILD
parent95e86c8dc71de24e87ca1fc9654af752d9b02eac (diff)
downloadaur-meteo-qt-git.tar.gz
Remove explicit dependency on SIP
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ec4fa78d8ce..5b7ae18d145d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=meteo-qt
pkgname=$_pkgname-git
-pkgver=3.1.10.g0a83f51
+pkgver=3.3.3.gd21bdba
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
license=('GPL3')
-depends=('python-lxml' 'python-pyqt5' 'python-sip4' 'python-urllib3')
+depends=('python-lxml' 'python-pyqt5' 'python-urllib3')
makedepends=('git' 'qt5-tools')
optdepends=('qt5-translations: translations of some native UI components')
provides=("$_pkgname")