diff options
author | Christopher Arndt | 2016-12-25 20:08:47 +0100 |
---|---|---|
committer | Christopher Arndt | 2016-12-25 20:08:47 +0100 |
commit | fdd27fad156145430073ae16aaff0680d76ed1e4 (patch) | |
tree | 90d4ac01de289ef1b33cedf425380eff538fbef3 | |
parent | 3f6f7153647e2a7d40157b0a149003f2f820c37e (diff) | |
download | aur-fdd27fad156145430073ae16aaff0680d76ed1e4.tar.gz |
New upstream version; remove .install files (function provided by hooks now)
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 10 | ||||
-rw-r--r-- | jack-select.install | 12 |
3 files changed, 8 insertions, 25 deletions
@@ -1,21 +1,18 @@ # Generated by mksrcinfo v8 -# Wed Mar 30 15:42:09 UTC 2016 +# Sun Dec 25 19:08:04 UTC 2016 pkgbase = jack-select pkgdesc = A systray app to set the JACK configuration from QjackCtl presets via DBus. - pkgver = 1.0 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/SpotlightKid/jack-select - install = jack-select.install arch = any license = MIT - depends = desktop-file-utils - depends = gtk-update-icon-cache depends = python-dbus depends = python-gobject depends = python-setuptools depends = python-xdg - source = https://pypi.python.org/packages/source/j/jack-select/jack-select-1.0.tar.bz2 - sha256sums = 597ae54f08370a4f416fb6413e53bf0450ef177c01867ee8b1c1474834ba6955 + source = https://pypi.python.org/packages/ee/4e/31ae4cd90766afb6f277f62d0a45229497424d15a35878475a6a76e1c5e0/jack-select-1.1.0.tar.bz2 + sha256sums = 0872e9af2aae68c7e61fe0a25e48d942df71556c225044ec1ac886000b335dcc pkgname = jack-select @@ -1,17 +1,15 @@ # Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de> pkgname=jack-select -pkgver=1.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="A systray app to set the JACK configuration from QjackCtl presets via DBus." arch=('any') url="https://github.com/SpotlightKid/jack-select" license=('MIT') -depends=('desktop-file-utils' 'gtk-update-icon-cache' 'python-dbus' - 'python-gobject' 'python-setuptools' 'python-xdg') -source=("https://pypi.python.org/packages/source/j/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -install="${pkgname}.install" -sha256sums=('597ae54f08370a4f416fb6413e53bf0450ef177c01867ee8b1c1474834ba6955') +depends=('python-dbus' 'python-gobject' 'python-setuptools' 'python-xdg') +source=("https://pypi.python.org/packages/ee/4e/31ae4cd90766afb6f277f62d0a45229497424d15a35878475a6a76e1c5e0/${pkgname}-${pkgver}.tar.bz2") +sha256sums=('0872e9af2aae68c7e61fe0a25e48d942df71556c225044ec1ac886000b335dcc') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/jack-select.install b/jack-select.install deleted file mode 100644 index bb17e1f943a3..000000000000 --- a/jack-select.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |