summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-06-28 10:16:34 -0400
committerJameson Pugh2017-06-28 10:16:34 -0400
commit4114d45289b01a11df0973245caaa7497b9e3a8b (patch)
tree3cf1675697cb39ce8a473358444b894ae5a83f37
parent293346d2fa81573518d48bc9b92565fe3e9b5fdc (diff)
downloadaur-4114d45289b01a11df0973245caaa7497b9e3a8b.tar.gz
5.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71dd0ec525cc..66d76fe37bb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jun 14 16:54:22 UTC 2017
+# Wed Jun 28 14:16:28 UTC 2017
pkgbase = breeze-plymouth
pkgdesc = Breeze theme for plymouth
- pkgver = 5.10.2
+ pkgver = 5.10.3
pkgrel = 1
url = https://projects.kde.org/breeze-plymouth
arch = any
license = LGPL
makedepends = extra-cmake-modules
depends = plymouth
- source = http://download.kde.org/stable/plasma/5.10.2/breeze-plymouth-5.10.2.tar.xz
- sha256sums = ed22b2dd666d1f46ec743c4836bf64bc70fdd5443dda7edc1d57ef03c7046035
+ source = http://download.kde.org/stable/plasma/5.10.3/breeze-plymouth-5.10.3.tar.xz
+ sha256sums = 89ea367030ccff7d1f739aaf60d8877a3c027e1fe788f87e2d6a215d22f78988
pkgname = breeze-plymouth
diff --git a/PKGBUILD b/PKGBUILD
index 7979abd1f7eb..23cb5e0f59d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=breeze-plymouth
-pkgver=5.10.2
+pkgver=5.10.3
pkgrel=1
pkgdesc="Breeze theme for plymouth"
arch=(any)
@@ -10,7 +10,7 @@ license=(LGPL)
depends=(plymouth)
makedepends=(extra-cmake-modules)
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('ed22b2dd666d1f46ec743c4836bf64bc70fdd5443dda7edc1d57ef03c7046035')
+sha256sums=('89ea367030ccff7d1f739aaf60d8877a3c027e1fe788f87e2d6a215d22f78988')
prepare() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"