summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkh3phr3n2016-03-30 06:31:20 +0200
committerkh3phr3n2016-03-30 06:31:20 +0200
commitf2c6522a28ea7124db48cde398d55c9083d212f7 (patch)
tree5dba74f111ae27a76b23d7e2555e8668b453277d
parent3d5530e8e36e1ea02a479af15f738c294c1c630a (diff)
downloadaur-f2c6522a28ea7124db48cde398d55c9083d212f7.tar.gz
Add depends, conflicts arrays
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f1f9d6a074..54e49a4151b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = xcursor-oxygen
pkgdesc = Oxygen cursor themes
pkgver = 5.6.0
- pkgrel = 1
- url = https://projects.kde.org/projects/kde/workspace/oxygen
+ pkgrel = 2
+ url = https://quickgit.kde.org/?p=oxygen.git
arch = any
license = LGPL
+ depends = libxcursor
+ conflicts = oxygen
source = http://download.kde.org/stable/plasma/5.6.0/oxygen-5.6.0.tar.xz
sha256sums = 458eeb0614f075f029ffedb08d71950c5258ad4f6daea0c8cbad89e8a6b27954
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")