summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Hartung2022-04-24 23:04:01 +0200
committerMarkus Hartung2022-04-24 23:04:01 +0200
commit14949346d0eed1c9f87ddfd0180f123e32278ba5 (patch)
tree4343cf9674008c81c9cc45f561631ae40b39fbb5
parent0f926d32a4589fdcca1eb110f7a340966bcd19e7 (diff)
downloadaur-14949346d0eed1c9f87ddfd0180f123e32278ba5.tar.gz
New maintainer and added appstream as makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6691246c91a4..c214cbd9d625 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.5.1.r5.gbf2444a
+ pkgver = 0.6.r19.gb192c20
pkgrel = 1
url = https://github.com/libratbag/piper
arch = any
@@ -8,6 +8,7 @@ pkgbase = piper-git
makedepends = git
makedepends = meson
makedepends = flake8
+ makedepends = appstream
depends = python3
depends = python-gobject>=3.0
depends = libratbag
@@ -22,4 +23,3 @@ pkgbase = piper-git
sha256sums = SKIP
pkgname = piper-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 9061d9541033..942688b5984d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Fabian Piribauer <fabian.piribauer@gmail.com>
+# Maintainer: Markus Hartung <mail@hartmark.se>
+# Contributor: Fabian Piribauer <fabian.piribauer@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Original Carlos Silva <r3pek@r3pek.org>
pkgname=piper-git
-pkgver=0.5.1.r5.gbf2444a
+pkgver=0.6.r19.gb192c20
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')
-makedepends=('git' 'meson' 'flake8')
+makedepends=('git' 'meson' 'flake8' 'appstream')
options=(!emptydirs)
source=("${pkgname}::git+https://github.com/libratbag/piper.git")
sha256sums=('SKIP')