summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanna Reitz2020-04-26 01:31:34 +0200
committerHanna Reitz2020-04-26 01:32:30 +0200
commit73a056665e96dfbd9d2e4493deadf1768bf1ac19 (patch)
treeb1bde02a693b383cfd17f77c3ea1f59b2c690de4
parentfc9f938bf3b750e1ee97400d3316d080e7f12863 (diff)
downloadaur-73a056665e96dfbd9d2e4493deadf1768bf1ac19.tar.gz
Package update: Add pkgconf as build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ddffc3b76f..b9c5bcea8772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = leddy-git
pkgdesc = Linux LED controller for the fnatic miniSTREAK keyboard
pkgver = r11.ced7a5e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/XanClic/leddy
arch = any
license = GPL3
makedepends = rust
makedepends = cargo
makedepends = git
+ makedepends = pkgconf
depends = libusb
provides = leddy
conflicts = leddy
diff --git a/PKGBUILD b/PKGBUILD
index 1e1f621a6e0e..271e543d59ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hanna Reitz <hanna at xanclic dot moe>
pkgname=leddy-git
pkgver=r11.ced7a5e
-pkgrel=1
+pkgrel=2
pkgdesc="Linux LED controller for the fnatic miniSTREAK keyboard"
arch=('any')
url="https://github.com/XanClic/leddy"
@@ -9,7 +9,8 @@ license=('GPL3')
depends=('libusb')
makedepends=('rust'
'cargo'
- 'git')
+ 'git'
+ 'pkgconf')
provides=('leddy')
conflicts=('leddy')
source=("$pkgname::git://github.com/XanClic/leddy.git")