summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkh3phr3n2016-03-30 06:31:20 +0200
committerkh3phr3n2016-03-30 06:31:20 +0200
commitf2c6522a28ea7124db48cde398d55c9083d212f7 (patch)
tree5dba74f111ae27a76b23d7e2555e8668b453277d /PKGBUILD
parent3d5530e8e36e1ea02a479af15f738c294c1c630a (diff)
downloadaur-f2c6522a28ea7124db48cde398d55c9083d212f7.tar.gz
Add depends, conflicts arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deb9d8b31e20..721a7f6d62b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
pkgname=xcursor-oxygen
pkgver=5.6.0
-pkgrel=1
+pkgrel=2
arch=('any')
+conflicts=('oxygen')
+depends=('libxcursor')
+
license=('LGPL')
pkgdesc="Oxygen cursor themes"
-url="https://projects.kde.org/projects/kde/workspace/oxygen"
+url="https://quickgit.kde.org/?p=oxygen.git"
sha256sums=("458eeb0614f075f029ffedb08d71950c5258ad4f6daea0c8cbad89e8a6b27954")
source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-${pkgver}.tar.xz")