summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Piribauer2020-07-13 19:21:32 +0200
committerFabian Piribauer2020-07-13 19:21:32 +0200
commit0f926d32a4589fdcca1eb110f7a340966bcd19e7 (patch)
treee44e06f9a7691c0e13445344b35e80bc1059bdf9
parentdc78ee03a515237210018cad4d181fa449160a05 (diff)
downloadaur-0f926d32a4589fdcca1eb110f7a340966bcd19e7.tar.gz
add hicolor-icon-theme to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 034b4a5a87f9..6691246c91a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = piper-git
pkgver = 0.5.1.r5.gbf2444a
pkgrel = 1
url = https://github.com/libratbag/piper
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
makedepends = meson
@@ -15,6 +14,7 @@ pkgbase = piper-git
depends = python-evdev
depends = python-lxml
depends = python-cairo
+ depends = hicolor-icon-theme
provides = piper
conflicts = piper
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index a80e7ab21034..9061d9541033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgname=piper-git
pkgver=0.5.1.r5.gbf2444a
pkgrel=1
pkgdesc='Piper is a GUI interface to ratbagd, the system daemon for configurable mice'
-arch=('i686' 'x86_64')
+arch=('any')
url='https://github.com/libratbag/piper'
license=('GPL')
-depends=('python3' 'python-gobject>=3.0' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo')
+depends=('python3' 'python-gobject>=3.0' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo' 'hicolor-icon-theme')
makedepends=('git' 'meson' 'flake8')
options=(!emptydirs)
source=("${pkgname}::git+https://github.com/libratbag/piper.git")