summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-09-02 16:22:19 +0200
committerChristopher Arndt2022-09-02 16:22:19 +0200
commit12c63158780b2d2964c726f292c56578bc5588d8 (patch)
tree4f8896854451bb8a67ace8928050630781f21b7d
parent270a825a4cb32f88b208d30fb5bbfd55ac5e5179 (diff)
downloadaur-12c63158780b2d2964c726f292c56578bc5588d8.tar.gz
Remove obsolete commadns in package()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f46afdab72a..a2b5a9ab9db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = patchance-git
pkgdesc = A modern graphical patchbay for JACK (git version)
- pkgver = r51.14719a7
+ pkgver = 0.1.0.r2.ge9f4c66
pkgrel = 1
url = https://github.com/Houston4444/Patchance
arch = any
@@ -8,6 +8,7 @@ pkgbase = patchance-git
license = GPL2
makedepends = git
makedepends = qt5-tools
+ depends = hicolor-icon-theme
depends = python-pyqt5
provides = patchance
conflicts = patchance
diff --git a/PKGBUILD b/PKGBUILD
index e767baf73bbd..41515bb12777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=patchance
pkgname="$_pkgname-git"
-pkgver=r51.14719a7
+pkgver=0.1.0.r2.ge9f4c66
pkgrel=1
pkgdesc='A modern graphical patchbay for JACK (git version)'
arch=(any)
url='https://github.com/Houston4444/Patchance'
license=(GPL2)
-depends=(python-pyqt5)
+depends=(hicolor-icon-theme python-pyqt5)
makedepends=(git qt5-tools)
groups=(pro-audio)
provides=($_pkgname)
@@ -42,8 +42,4 @@ build() {
package() {
cd $_pkgname
make PREFIX=/usr DESTDIR="$pkgdir" install
- # remove unneeded files from installation
- rm -rf "$pkgdir"/usr/share/patchance/HoustonPatchbay/patchbay
- rm -f "$pkgdir"/usr/share/patchance/HoustonPatchbay/{.git,.gitignore,Makefile,readme.md}
- rm -rf "$pkgdir"/usr/share/patchance/HoustonPatchbay/manual
}