summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b41f5bb317..6226aa60fba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mato-icons-git
arch = any
license = Creative Commons Attribution-ShareAlike 4.0 International Public License
makedepends = git
+ makedepends = xorg-xcursorgen
provides = mato-icons
conflicts = mato-icons
source = mato-icons-git::git+https://github.com/flipflop97/Mato.git
diff --git a/PKGBUILD b/PKGBUILD
index fdd7bcfa20c4..acc71476f339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=mato-icons-git
pkgver=1.4.r85.gca1fb9a
pkgrel=1
pkgdesc="Mato is a Material Design inspired icon theme for Linux. It features simple and modern icons based on the official icons."
-arch=('any')
+arch=(any)
url="https://flipflop97.github.io/Mato/"
license=('Creative Commons Attribution-ShareAlike 4.0 International Public License')
-makedepends=('git')
-provides=('mato-icons')
-conflicts=('mato-icons')
+makedepends=(git xorg-xcursorgen)
+provides=(mato-icons)
+conflicts=(mato-icons)
source=("${pkgname}::git+https://github.com/flipflop97/Mato.git")
sha256sums=('SKIP')