summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Hartung2022-12-28 19:43:53 +0100
committerMarkus Hartung2022-12-28 19:43:53 +0100
commit2a38316093599bda69acfab5e09fda26676996d7 (patch)
treefa2a3719319cf061fdc313ff48834f221feebbc4 /PKGBUILD
parent8358358f6182b0e2c04f5b39d32f1dacf63df19c (diff)
downloadaur-2a38316093599bda69acfab5e09fda26676996d7.tar.gz
Updated dependencies, especially to libratbag-git as we now need the version 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e743e9316c..b3eb54dd5e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Original Carlos Silva <r3pek@r3pek.org>
pkgname=piper-git
-pkgver=0.7.r3.gdcec480
+pkgver=0.7.r21.g4827954
pkgrel=1
pkgdesc='Piper is a GUI interface to ratbagd, the system daemon for configurable mice'
arch=('any')
url='https://github.com/libratbag/piper'
license=('GPL')
-depends=('python3' 'python-gobject>=3.0' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo' 'hicolor-icon-theme')
+depends=('python3' 'python-gobject>=3.0' 'libratbag-git' 'python-lxml' 'python-cairo' 'hicolor-icon-theme' 'libblockdev' 'libibus')
makedepends=('git' 'meson' 'flake8' 'appstream' 'gtk-update-icon-cache' 'desktop-file-utils')
options=(!emptydirs)
source=("${pkgname}::git+https://github.com/libratbag/piper.git")