diff options
author | kh3phr3n | 2016-03-30 06:31:20 +0200 |
---|---|---|
committer | kh3phr3n | 2016-03-30 06:31:20 +0200 |
commit | f2c6522a28ea7124db48cde398d55c9083d212f7 (patch) | |
tree | 5dba74f111ae27a76b23d7e2555e8668b453277d | |
parent | 3d5530e8e36e1ea02a479af15f738c294c1c630a (diff) | |
download | aur-f2c6522a28ea7124db48cde398d55c9083d212f7.tar.gz |
Add depends, conflicts arrays
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -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 @@ -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") |