summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-12-14 11:12:53 +0100
committermdomlop2019-12-14 11:12:53 +0100
commitdf294dd2a96c6d691ce3a5a49f75ada8d6d1137f (patch)
treecb7aaaeafc14c9c80bc8b2585f6182eccdfe6167
parent87295a7944eb76d52c6f38f0b34117923477eefe (diff)
downloadaur-df294dd2a96c6d691ce3a5a49f75ada8d6d1137f.tar.gz
Version 2.1
- Better shadow projection. - Size 32 added.
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dac525f6fdd..d51b215a8517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xcursor-retrosmart
pkgdesc = A retrosmart look collection of cursors for X.
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/mdomlop/retrosmart-x11-cursors
changelog = ChangeLog
@@ -12,8 +12,8 @@ pkgbase = xcursor-retrosmart
optdepends = retrosmart-icon-theme: The corresponding icon theme
optdepends = retrosmart-xfwm4-themes: The corresponding themes for XFwm4
optdepends = retrosmart-openbox-themes: The corresponding themes for Openbox
- source = xcursor-retrosmart-2.0.tar.gz::https://github.com/mdomlop/retrosmart-x11-cursors/archive/2.0.tar.gz
- md5sums = fd4b533e218d101b3789ce14274f9c35
+ source = xcursor-retrosmart-2.1.tar.gz::https://github.com/mdomlop/retrosmart-x11-cursors/archive/2.1.tar.gz
+ md5sums = 5ad3072d1c1dbd9948e6f6c98176fdc3
pkgname = xcursor-retrosmart
diff --git a/ChangeLog b/ChangeLog
index eac955df8c82..5174a41729eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019.12.14, Version 2.1:
+ - Version 2.1
+ - Better shadow projection.
+ - Size 32 added.
2019.11.20, Version 2.0:
- Version 2.0: Hourglass design.
- Better building. No external scripts needed.
diff --git a/PKGBUILD b/PKGBUILD
index a7b965d8f9f7..c10505dd852d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# @mdomlop at telegram
_pkgver_year=2019
-_pkgver_month=11
-_pkgver_day=25
+_pkgver_month=12
+_pkgver_day=14
pkgname=xcursor-retrosmart
_pkgname=retrosmart-x11-cursors
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc="A retrosmart look collection of cursors for X."
url="https://github.com/mdomlop/$_pkgname"
@@ -34,4 +34,4 @@ package() {
cd "$srcdir/$_pkgname-$pkgver"
make install DESTDIR=$pkgdir
}
-md5sums=('fd4b533e218d101b3789ce14274f9c35')
+md5sums=('5ad3072d1c1dbd9948e6f6c98176fdc3')