Remove useless license

This commit is contained in:
Franck STAUFFER
2020-11-05 10:04:15 +01:00
parent 6c4daedf94
commit 332e8e9daf
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon
pkgver = 0.17.1
pkgrel = 1
pkgrel = 2
url = https://github.com/moses-palmer/pystray
changelog = python-pystray.changelog
arch = any

View File

@@ -3,8 +3,8 @@
pkgname="python-pystray"
pkgver=0.17.1
pkgrel=1
arch=(any)
pkgrel=2
arch=('any')
license=('GPL3')
pkgdesc="Allows to create a system tray icon"
url="https://github.com/moses-palmer/pystray"
@@ -22,5 +22,4 @@ build() {
package_python-pystray() {
cd "pystray-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}