aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6092f881be28..a1c3dba55316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: elementh <lucasmmarino@icloud.com>
pkgname=flatplat-blue-theme
pkgrel=1
-pkgver=3.26.2
+pkgver=3.28.1
pkgdesc="A Material Design-like flat theme for GTK3, GTK2, and GNOME-Shell."
arch=('any')
url="https://github.com/peterychuang/Flat-Plat-Blue"
@@ -11,10 +11,10 @@ optdepends=()
provides=('flatplat-blue-theme')
conflicts=()
replaces=()
-source=(Flat-Plat-Blue-3.26.2::"https://github.com/peterychuang/Flat-Plat-Blue/archive/3.26.2.tar.gz")
-sha256sums=('8e4c6ee09591f0516d70b71fb8755cfa4bde7d09b8883a69701937f33aa88a24')
+source=(Flat-Plat-Blue-3.28.1::"https://github.com/peterychuang/Flat-Plat-Blue/archive/3.28.1.tar.gz")
+sha256sums=('f9b8e2b7350087891962e3dc694734e4f8742b83dc498ff8ee4c5dee03d84c3b')
package() {
- cd "${srcdir}/Flat-Plat-Blue-3.26.2"
+ cd "${srcdir}/Flat-Plat-Blue-3.28.1"
destdir="${pkgdir}" ./install.sh
}