summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122020-10-19 12:53:37 +0200
committerwillemw122020-10-19 12:53:37 +0200
commit8682c6f11115d86db6d9f5cb92f6fed7f1243eb7 (patch)
tree711c422e20dc1f9461ffdabb90999df846422ed6
parent50bd689c19c0143c0f0e9dcf4480405213d9a838 (diff)
downloadaur-flatwoken-icons-git.tar.gz
Add git makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2935a77aa2b6..77d2c0bd1664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = flatwoken-icons-git
pkgdesc = Flat, long-shadow icon themes derived from the AwOken Token-style iconset
pkgver = r669.aa7b4a4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alecive/FlatWoken
arch = any
license = CCPL:by-sa-4.0
+ makedepends = git
provides = flatwoken-icons
conflicts = flatwoken-icons
source = flatwoken-icons-git::git+https://github.com/alecive/FlatWoken.git
diff --git a/PKGBUILD b/PKGBUILD
index e985d3cb00e9..fce5134d3fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=flatwoken-icons-git
pkgver=r669.aa7b4a4
-pkgrel=2
+pkgrel=3
pkgdesc="Flat, long-shadow icon themes derived from the AwOken Token-style iconset"
arch=('any')
url="https://github.com/alecive/FlatWoken"
license=('CCPL:by-sa-4.0')
+makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=($pkgname::git+$url.git)