summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2022-05-13 11:23:16 +0200
committerDušan Simić2022-05-13 11:23:16 +0200
commit1a3ebf0e141cba3ecea53dc3f1828745f8fde416 (patch)
treee2a3bce6140a71ed5ef7044dba4470e24041e9f6
parent78073a609de15858e9653b475da32d53b9a79d0f (diff)
downloadaur-colorway.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f66046de84..2c3563d2dde6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = colorway
pkgdesc = Generate color pairings
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lainsce/colorway
arch = x86_64
license = GPL3
+ makedepends = git
makedepends = meson
makedepends = vala
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index 6f13191b5a42..271175e1de00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=colorway
_commit=b7ff8cf47032251b62e55798c6808f226bd21392
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Generate color pairings'
arch=(x86_64)
url=https://github.com/lainsce/colorway
license=(GPL3)
depends=(libadwaita json-glib libgee)
-makedepends=(meson vala)
+makedepends=(git meson vala)
#checkdepends=(appstream-glib)
source=("$pkgname::git+$url.git#commit=$_commit")
md5sums=(SKIP)