summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212021-12-21 16:06:58 +0100
committera8212022-02-25 11:56:19 +0100
commita48c3ad1149fef948c70668b4030fc4eac2a87be (patch)
treeee55518f4be6b81b674f886872a1a208a066f949
parentaed6779c959aaf9cf6470c4ed9825a86d4a954a4 (diff)
downloadaur-a48c3ad1149fef948c70668b4030fc4eac2a87be.tar.gz
remove redundant license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe00e7c4cb2..6751201f1a26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-anyqt
pkgdesc = PyQt4/PyQt5 compatibility layer
pkgver = 0.0.13
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ales-erjavec/anyqt
arch = any
- license = GPL
+ license = GPL3
makedepends = python-setuptools
depends = python-pyqt5
source = https://pypi.io/packages/source/A/AnyQt/AnyQt-0.0.13.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index abedaccd9148..ea36ac95d791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=python-anyqt
pkgver=0.0.13
-pkgrel=2
+pkgrel=3
pkgdesc="PyQt4/PyQt5 compatibility layer"
url="https://github.com/ales-erjavec/anyqt"
arch=(any)
-license=('GPL')
+license=('GPL3')
makedepends=('python-setuptools')
depends=('python-pyqt5')
source=("https://pypi.io/packages/source/A/AnyQt/AnyQt-${pkgver}.tar.gz")
@@ -18,7 +18,6 @@ build() {
package() {
cd AnyQt-$pkgver
python setup.py install --skip-build --root="${pkgdir}" --optimize=1
- install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim: set ts=4 sw=4 et: