summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Hartung2022-12-28 19:43:53 +0100
committerMarkus Hartung2022-12-28 19:43:53 +0100
commit2a38316093599bda69acfab5e09fda26676996d7 (patch)
treefa2a3719319cf061fdc313ff48834f221feebbc4
parent8358358f6182b0e2c04f5b39d32f1dacf63df19c (diff)
downloadaur-2a38316093599bda69acfab5e09fda26676996d7.tar.gz
Updated dependencies, especially to libratbag-git as we now need the version 2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f900aca66b09..b9d2619f69f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = piper-git
pkgdesc = Piper is a GUI interface to ratbagd, the system daemon for configurable mice
- pkgver = 0.7.r3.gdcec480
+ pkgver = 0.7.r21.g4827954
pkgrel = 1
url = https://github.com/libratbag/piper
arch = any
@@ -13,11 +13,12 @@ pkgbase = piper-git
makedepends = desktop-file-utils
depends = python3
depends = python-gobject>=3.0
- depends = libratbag
- depends = python-evdev
+ depends = libratbag-git
depends = python-lxml
depends = python-cairo
depends = hicolor-icon-theme
+ depends = libblockdev
+ depends = libibus
provides = piper
conflicts = piper
options = !emptydirs
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")