summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122023-10-28 11:45:01 +0200
committerwillemw122023-10-28 11:45:01 +0200
commit97fbef7bcd7a7bdbd9744a0d427d30fe34d16df8 (patch)
treeee21b3c02672f8e59f23bbbbbd3fdba824c90c57
parentfb9c8caed7954b711ca98f7f1f8cb6b6d0a57da2 (diff)
downloadaur-97fbef7bcd7a7bdbd9744a0d427d30fe34d16df8.tar.gz
Fix license filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30812530b8bb..98ccc5e2d734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qtpy-git
pkgdesc = Provides a uniform layer to support PyQt5 and PySide2 with a single codebase
- pkgver = 2.4.0.r8.g1faf764
+ pkgver = 2.4.1.r1.gb3b222a
pkgrel = 1
url = https://github.com/spyder-ide/qtpy
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fe61dd82b34e..8edee15fdff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=python-qtpy-git
-pkgver=2.4.0.r8.g1faf764
+pkgver=2.4.1.r1.gb3b222a
pkgrel=1
pkgdesc='Provides a uniform layer to support PyQt5 and PySide2 with a single codebase'
arch=(any)
@@ -36,5 +36,5 @@ build() {
package() {
cd $pkgname
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/{pkgname%-git}"
+ install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
}