Remove useless license
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-pystray
|
pkgbase = python-pystray
|
||||||
pkgdesc = Allows to create a system tray icon
|
pkgdesc = Allows to create a system tray icon
|
||||||
pkgver = 0.17.1
|
pkgver = 0.17.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/moses-palmer/pystray
|
url = https://github.com/moses-palmer/pystray
|
||||||
changelog = python-pystray.changelog
|
changelog = python-pystray.changelog
|
||||||
arch = any
|
arch = any
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
pkgname="python-pystray"
|
pkgname="python-pystray"
|
||||||
pkgver=0.17.1
|
pkgver=0.17.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(any)
|
arch=('any')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
pkgdesc="Allows to create a system tray icon"
|
pkgdesc="Allows to create a system tray icon"
|
||||||
url="https://github.com/moses-palmer/pystray"
|
url="https://github.com/moses-palmer/pystray"
|
||||||
@@ -22,5 +22,4 @@ build() {
|
|||||||
package_python-pystray() {
|
package_python-pystray() {
|
||||||
cd "pystray-$pkgver"
|
cd "pystray-$pkgver"
|
||||||
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
|
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
|
||||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user