summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfademind2018-04-17 19:59:06 +0200
committerfademind2018-04-17 19:59:06 +0200
commit868fd6fe2b0c38068f2baa06dccf18e884c77a39 (patch)
tree2f9579e58a96c5b6467f70d8dec6994c940bf12b
parent4a03f5da8a90582f22234b95f3cdf3fa6c34e591 (diff)
downloadaur-868fd6fe2b0c38068f2baa06dccf18e884c77a39.tar.gz
typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c90b8e81d9..1e2db685ba91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 17 17:56:55 UTC 2018
+# Tue Apr 17 17:58:50 UTC 2018
pkgbase = papirus-maia-icon-theme-git
pkgdesc = Manjaro variation of Papirus icon theme (git version)
pkgver = 20180417.6d88bb2
@@ -7,6 +7,8 @@ pkgbase = papirus-maia-icon-theme-git
url = https://github.com/Ste74/papirus-maia-icon-theme
arch = any
license = LGPL3
+ makedepends = cmake
+ makedepends = git
depends = gtk-update-icon-cache
depends = papirus-icon-theme-git
conflicts = papirus-maia-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 1a221449b2dd..4e3211a65e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/Ste74/papirus-maia-icon-theme"
license=("LGPL3")
depends=('gtk-update-icon-cache' 'papirus-icon-theme-git')
-makepepends=('cmake' 'git')
+makedepends=('cmake' 'git')
conflicts=("${pkgname/-git/}")
options=('!strip')
source=("git+${url}.git")