summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce6393c04ae..e54ac957c0db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mate-notification-theme-slate
pkgdesc = A CSS-backed notification theme for the MATE Desktop. The fallback styling for this plugin emulates the Arc-styled Budgie notifications.
- pkgver = 5
- pkgrel = 2
+ pkgver = 6.0
+ pkgrel = 1
url = https://github.com/getsolus/mate-notification-theme-slate
arch = i686
arch = x86_64
license = LGPL2.1
depends = gtk3
provides = mate-notification-theme-slate
- source = mate-notification-theme-slate-5.tar.gz::https://github.com/getsolus/mate-notification-theme-slate/archive/v5.tar.gz
- sha256sums = 966f0fc81711ffd47213c2710cb4ccd0625895542c1c5439067048530abe5621
+ source = mate-notification-theme-slate-6.0.tar.gz::https://github.com/getsolus/mate-notification-theme-slate/archive/6.0.tar.gz
+ sha256sums = 53af73383fdb9d3cf1060b55666b7059737cd844cb6a09526ac09701f0ce290c
pkgname = mate-notification-theme-slate
diff --git a/PKGBUILD b/PKGBUILD
index a5de245ad8b7..605b3ea6ee5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: ValHue <vhuelamo at gmail dot com>
#
pkgname="mate-notification-theme-slate"
-pkgver=5
-pkgrel=2
+pkgver=6.0
+pkgrel=1
pkgdesc="A CSS-backed notification theme for the MATE Desktop.
The fallback styling for this plugin emulates the Arc-styled Budgie notifications."
url="https://github.com/getsolus/${pkgname}"
@@ -12,8 +12,8 @@ arch=('i686' 'x86_64')
license=('LGPL2.1')
depends=('gtk3')
provides=("${pkgname}")
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v5.tar.gz")
-sha256sums=('966f0fc81711ffd47213c2710cb4ccd0625895542c1c5439067048530abe5621')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('53af73383fdb9d3cf1060b55666b7059737cd844cb6a09526ac09701f0ce290c')
build() {
cd "${pkgname}-${pkgver}"
@@ -28,4 +28,4 @@ package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-# vim:set ts=4 sw=4 ft=sh et syn=sh ft=sh:
+# vim:set ts=4 sw=4 et syn=sh ft=sh: