summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormibbio2015-10-11 08:09:12 +0200
committermibbio2015-10-11 08:09:12 +0200
commitf9b35e5fa4d67581187d5405c6126062ca80cb56 (patch)
tree60b61b5acfc47c05ae17a4120ef9b5345f226586 /PKGBUILD
parent1b93fbdb8c181c1784c549032c483f3bd2b21145 (diff)
downloadaur-f9b35e5fa4d67581187d5405c6126062ca80cb56.tar.gz
Fixed wrong source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e62195cc3a1a..e046a8d0f9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name='Ciliora-Prima'
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/323"
license=('GPL')
depends=('cinnamon>=2.6.0' 'cinnamon<2.7.0')
-source=("http://cinnamon-spices.linuxmint.com/uploads/themes/S4KG-DU9M-NA85.zip")
-sha256sums=('b46a396d80488e763a577eb17e6811a425d97f6b72e93edeec045136c58ab10e')
+source=("http://cinnamon-spices.linuxmint.com/uploads/themes/SJBR-CC9E-E52Q.zip")
+sha256sums=('55dc36b4c752a972385a7f502e6a264d2989a3929297c2f19842814a2cc6cf71')
package() {
find ${_name} -type f -not -name *~ -not -name *.sh -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;