summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormibbio2015-11-01 18:51:22 +0100
committermibbio2015-11-01 18:51:22 +0100
commit92901b67fb92cdf12a058d6bca8ab83b4fe04742 (patch)
tree32c567357fbcfe7d29e37345e73d09bc8937dd4c
parent54682f0ceb7a26e61aa54f1a48f7588adf68bf27 (diff)
downloadaur-92901b67fb92cdf12a058d6bca8ab83b4fe04742.tar.gz
Fixed download url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b4dbaaab20..6ea84032ff6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cinnamon-theme-ciliora-secunda
pkgdesc = Ciliora-Secunda theme for Cinnamon 2.6
pkgver = 20151011
- pkgrel = 1
+ pkgrel = 2
url = http://cinnamon-spices.linuxmint.com/themes/view/411
arch = any
license = GPL
depends = cinnamon>=2.6.0
depends = cinnamon<2.7.0
- source = http://cinnamon-spices.linuxmint.com/uploads/themes/2IAC-YHRB-DAUX.zip
- sha256sums = 563e5c326cbd0bda12e45134bb164685dfd6b97b4d06bddc22815487771e1f10
+ source = http://cinnamon-spices.linuxmint.com/uploads/themes/UXQK-016Q-KMKF.zip
+ sha256sums = 98bcbcac26d9ec8f8c0be71d9a156234d86d887ff2b1e4c6b4a1e619321386e8
pkgname = cinnamon-theme-ciliora-secunda
diff --git a/PKGBUILD b/PKGBUILD
index 1aae727f3bd6..53a97c067983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name='Ciliora-Secunda'
pkgname=cinnamon-theme-${_name,,}
pkgver=20151011
-pkgrel=1
+pkgrel=2
pkgdesc="${_name} theme for Cinnamon 2.6"
arch=('any')
url="http://cinnamon-spices.linuxmint.com/themes/view/411"
license=('GPL')
depends=('cinnamon>=2.6.0' 'cinnamon<2.7.0')
-source=("http://cinnamon-spices.linuxmint.com/uploads/themes/2IAC-YHRB-DAUX.zip")
-sha256sums=('563e5c326cbd0bda12e45134bb164685dfd6b97b4d06bddc22815487771e1f10')
+source=("http://cinnamon-spices.linuxmint.com/uploads/themes/UXQK-016Q-KMKF.zip")
+sha256sums=('98bcbcac26d9ec8f8c0be71d9a156234d86d887ff2b1e4c6b4a1e619321386e8')
package() {
find ${_name} -type f -not -name *~ -not -name *.sh -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;