summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2020-10-28 12:15:01 +0100
committermdomlop2020-10-28 12:15:01 +0100
commit3963d693fd81ab547c3d39dc30c1b80d43263615 (patch)
tree4c2d7f06ecb3c1251b30194a6c5f22b7d7dfa6e0
parentb46ddd1b5615c67f64a4d9cda33a8e2b3540d9d9 (diff)
downloadaur-3963d693fd81ab547c3d39dc30c1b80d43263615.tar.gz
Fix makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a6c88747e0a..f84030c999d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="A retrosmart look collection of cursors for X."
url="https://github.com/mdomlop/$_pkgname"
source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/$_pkgname/archive/$pkgver.tar.gz")
license=('GPL3')
-builddepends=('imagemagick' 'xorg-xcursorgen')
+makedepends=('imagemagick' 'xorg-xcursorgen')
optdepends=('retrosmart-aurorae-themes: The corresponding Aurorae themes'
'retrosmart-kvantum-theme: The corresponding theme for Kvantum'
'retrosmart-qtcurve-theme: The corresponding theme for QtCurve'