summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031adbac32bc..aa004388b3f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 02:42:31 UTC 2016
+# Mon Mar 21 18:44:48 UTC 2016
pkgbase = xcursor-breeze
pkgdesc = Breeze cursor theme (KDE Plasma 5)
- pkgver = 1.0
+ pkgver = 5.5
pkgrel = 1
epoch = 1
- url = http://gnome-look.org/content/show.php/Breeze+Serie?content=169316
+ url = https://quickgit.kde.org/?p=breeze.git
arch = any
license = GPL
- makedepends = unzip
depends = libxcursor
- source = Breeze-Default-1.0.tgz::https://copy.com/FzUgqqvKfo3mLpeB/Breeze-Default.tgz?download=1
- md5sums = 5563f9d94c1896d606db260f0e809f76
+ conflicts = breeze
+ source = breeze-cursors-5.5.tgz::https://quickgit.kde.org/?p=breeze.git&a=snapshot&h=9b142a15d494c4d9d8cc48cb051357d39b508cd6&f=cursors%2FBreeze%2FBreeze&fmt=tgz
+ md5sums = SKIP
pkgname = xcursor-breeze
diff --git a/PKGBUILD b/PKGBUILD
index 79f8be874751..30f02652a754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=xcursor-breeze
epoch=1
-pkgver=1.0
+pkgver=5.5
pkgrel=1
pkgdesc="Breeze cursor theme (KDE Plasma 5)"
arch=('any')
-url="http://gnome-look.org/content/show.php/Breeze+Serie?content=169316"
+url="https://quickgit.kde.org/?p=breeze.git"
license=('GPL')
depends=('libxcursor')
-makedepends=('unzip')
-source=("Breeze-Default-${pkgver}.tgz::https://copy.com/FzUgqqvKfo3mLpeB/Breeze-Default.tgz?download=1")
-md5sums=('5563f9d94c1896d606db260f0e809f76')
+conflicts=('breeze')
+source=("breeze-cursors-${pkgver}.tgz::https://quickgit.kde.org/?p=breeze.git&a=snapshot&h=9b142a15d494c4d9d8cc48cb051357d39b508cd6&f=cursors%2FBreeze%2FBreeze&fmt=tgz")
+md5sums=('SKIP')
package() {
install -dm755 "$pkgdir"/usr/share/icons/
- cp -r "$srcdir"/Breeze-Default/ "$pkgdir"/usr/share/icons/Breeze-Default
+ cp -r "$srcdir"/breeze/cursors/Breeze/Breeze/ "$pkgdir"/usr/share/icons/
}