summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2020-05-03 16:22:34 -0600
committerSam Burgos2020-05-03 16:22:34 -0600
commited0a9bf13c1a5a7edb6c4f7adb336aa3e7d9e36c (patch)
tree98d570c3fe1f6e7f88aef6071fb51278f44789c0
parent588fba4fe37825210e93b32f85aaa99eb02d218f (diff)
downloadaur-ed0a9bf13c1a5a7edb6c4f7adb336aa3e7d9e36c.tar.gz
updated to version 1.8.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b914b20b7358..9a3e318c2d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mint-themes
pkgdesc = A collection of Mint themes. Includes GTK2, GTK3, Cinnamon and Xfce components.
- pkgver = 1.8.3
- pkgrel = 2
+ pkgver = 1.8.4
+ pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-themes
arch = any
license = GPL3
makedepends = gtk3
makedepends = inkscape
+ makedepends = libsass
makedepends = optipng
makedepends = python
makedepends = ruby-sass
@@ -17,8 +18,8 @@ pkgbase = mint-themes
conflicts = mint-x-theme
conflicts = mint-y-theme
conflicts = mint-cinnamon-themes
- source = mint-themes_1.8.3.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_1.8.3.tar.xz
- sha256sums = 69df45b31f486fc1467e312bd7cbf78de485c805cc89a17acaa566ed56daca01
+ source = mint-themes_1.8.4.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_1.8.4.tar.xz
+ sha256sums = 5249b14f965b0df2300eae27dbf9d94d46117b8b02a338b41d8bc971624c55cf
pkgname = mint-themes
diff --git a/PKGBUILD b/PKGBUILD
index 85531fae95c2..3def5c8b3243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mint-themes
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
pkgdesc='A collection of Mint themes. Includes GTK2, GTK3, Cinnamon and Xfce components.'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
@@ -13,6 +13,7 @@ depends=(
makedepends=(
gtk3
inkscape
+ libsass
optipng
python
ruby-sass
@@ -28,7 +29,7 @@ conflicts=(
mint-cinnamon-themes
)
source=("${pkgname}_${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('69df45b31f486fc1467e312bd7cbf78de485c805cc89a17acaa566ed56daca01')
+sha256sums=('5249b14f965b0df2300eae27dbf9d94d46117b8b02a338b41d8bc971624c55cf')
build() {
cd "${pkgname}"