summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2018-11-05 19:05:26 -0700
committerAinola2018-11-05 19:05:26 -0700
commit28daee29c863887a0f51c07afa74de6030da0f49 (patch)
treef223764890719684e05995d06794186a67d237f5 /PKGBUILD
parent74df8d6a16eac48732de598ec58c89f3e045974b (diff)
downloadaur-28daee29c863887a0f51c07afa74de6030da0f49.tar.gz
add conflicts, makedeps, and git+https source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91956a632863..55904da772c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
pkgname=ttf-material-wifi-icons-git
pkgver=r22.d56927c
-pkgrel=2
+pkgrel=3
arch=('any')
url='https://github.com/dcousens/material-wifi-icons'
pkgdesc='WiFi icons inspired by Material Icons'
license=('Apache')
-source=('git://github.com/dcousens/material-wifi-icons.git')
+provides=('ttf-material-wifi-icons')
+conflicts=('ttf-material-wifi-icons')
+makedepends=('git')
+source=('git+https://github.com/dcousens/material-wifi-icons.git')
sha256sums=('SKIP')
pkgver() {