summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-03-07 22:31:18 +0100
committera8212022-03-07 22:31:18 +0100
commit63b63a437b316cdc024dcc9961d6fee98e6fcda8 (patch)
treef4707ca5bf25116eb6aac1a40aff556202e8065f /PKGBUILD
parentca7f5d1a94796da609a4dfb9935ccfc8161a319c (diff)
downloadaur-63b63a437b316cdc024dcc9961d6fee98e6fcda8.tar.gz
Version 0.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e11ac996c834..7e5c5361d548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-anyqt
-pkgver=0.0.14
+pkgver=0.1.0
pkgrel=1
pkgdesc="PyQt4/PyQt5 compatibility layer"
url="https://github.com/ales-erjavec/anyqt"
@@ -8,7 +8,7 @@ license=('GPL3')
makedepends=('python-setuptools')
depends=('python-pyqt5')
source=("https://pypi.io/packages/source/A/AnyQt/AnyQt-${pkgver}.tar.gz")
-sha256sums=('bde437983498045c85e69fc9906508a6394a69d486c598c031e53d8933f10e9c')
+sha256sums=('aa261a28c3da6e7d9cee16fab209343b272b9f7ab39ad42ae02dc1687834c402')
build() {
cd AnyQt-$pkgver