summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-10-20 09:18:39 +0200
committermdomlop2019-10-20 09:18:39 +0200
commit529a2010e37aa3f46650e6e5ea335e76da0dbeb1 (patch)
tree03cb19e4ed1dd25473f45075773e69e3e8740c84
parentb783143c7ab857908e4c03be03fd24a6c7a7342a (diff)
downloadaur-529a2010e37aa3f46650e6e5ea335e76da0dbeb1.tar.gz
Version 1.3a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7acc9c4694e..de300d1b4ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = retrosmart-aurorae-themes
pkgdesc = A retrosmart look collection of themes for KDE Aurorae.
- pkgver = 1.1a
+ pkgver = 1.3a
pkgrel = 1
url = https://github.com/mdomlop/retrosmart-aurorae-themes
changelog = ChangeLog
@@ -10,8 +10,8 @@ pkgbase = retrosmart-aurorae-themes
optdepends = retrosmart-icon-theme: The corresponding icon theme
optdepends = retrosmart-kvantum-theme: The corresponding theme for Kvantum
optdepends = retrosmart-qtcurve-theme: The corresponding theme for QtCurve
- source = retrosmart-aurorae-themes-1.1a.tar.gz::https://github.com/mdomlop/retrosmart-aurorae-themes/archive/1.1a.tar.gz
- md5sums = 3076e697e96b386385c8177530e8340e
+ source = retrosmart-aurorae-themes-1.3a.tar.gz::https://github.com/mdomlop/retrosmart-aurorae-themes/archive/1.3a.tar.gz
+ md5sums = e2791b9a0a0a7ef90347c274b6df5092
pkgname = retrosmart-aurorae-themes
diff --git a/PKGBUILD b/PKGBUILD
index 7dc0e33ec6de..df2bfb38e290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Manuel Domínguez López <mdomlop at gmail dot com>
-_pkgver_year=2018
-_pkgver_month=11
-_pkgver_day=17
+_pkgver_year=2019
+_pkgver_month=10
+_pkgver_day=20
pkgname=retrosmart-aurorae-themes
-pkgver=1.1a
+pkgver=1.3a
pkgrel=1
pkgdesc='A retrosmart look collection of themes for KDE Aurorae.'
url=https://github.com/mdomlop/$pkgname
source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('3076e697e96b386385c8177530e8340e')
license=('GPL3')
optdepends=('xcursor-retrosmart: The corresponding X11 cursor theme'
'retrosmart-icon-theme: The corresponding icon theme'
@@ -30,3 +29,4 @@ package() {
cd $srcdir/$pkgname-$pkgver
make install DESTDIR=$pkgdir
}
+md5sums=('e2791b9a0a0a7ef90347c274b6df5092')