summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgileri2023-12-23 10:09:53 +0100
committergileri2023-12-23 10:09:53 +0100
commit15798d486fb8362aaac4abae95d202f7d0a57997 (patch)
tree4b4432c283a1b7ea735f255925439e477a89369d
parent357e0434ebee3c62871b0dea5d42335cccee613f (diff)
downloadaur-15798d486fb8362aaac4abae95d202f7d0a57997.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c706b3e47a82..b3ba6fabfde1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = g500-git
pkgdesc = Documentation and code for g500 specific HID protocol for profile configuration and other tweaks
- pkgver = r81.b16e6fb
+ pkgver = r118.3884fcf
pkgrel = 1
url = https://github.com/cvuchener/g500
arch = x86_64
arch = i686
license = GPL3
+ makedepends = git
depends = bash
source = git+https://github.com/cvuchener/g500.git
md5sums = SKIP
pkgname = g500-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 795c47377891..ab4fcaa60999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Somebody <somebody[at]foo[dot]tld>
pkgname=g500-git
_gitname=g500
-pkgver=r81.b16e6fb
+pkgver=r118.3884fcf
pkgrel=1
pkgdesc="Documentation and code for g500 specific HID protocol for profile configuration and other tweaks"
url="https://github.com/cvuchener/g500"
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
license=('GPL3')
depends=('bash')
optdepends=()
-makedepends=()
+makedepends=('git')
conflicts=()
replaces=()
backup=()