summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2020-12-14 21:14:33 +0100
committermdomlop2020-12-14 21:14:33 +0100
commit314ac2e16196bffebbd33f68e686b9bce3055337 (patch)
tree4af6b14f345cea2a4bd276220d3dc16d0d2da44f
parent6dbb0487c3cc3700a376bcd85be1a1840b2c4be7 (diff)
downloadaur-314ac2e16196bffebbd33f68e686b9bce3055337.tar.gz
Version 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7783036c98..2de90f04c40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xcursor-retrosmart
pkgdesc = A retrosmart look collection of cursors for X.
- pkgver = 2.3
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/mdomlop/retrosmart-x11-cursors
changelog = ChangeLog
@@ -14,8 +14,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.3.tar.gz::https://github.com/mdomlop/retrosmart-x11-cursors/archive/2.3.tar.gz
- md5sums = 653b84501252fd50f6eb738b2c3df2bf
+ source = xcursor-retrosmart-2.3.1.tar.gz::https://github.com/mdomlop/retrosmart-x11-cursors/archive/2.3.1.tar.gz
+ md5sums = c370f71323077bd74ad7e14f4dcc20ee
pkgname = xcursor-retrosmart
diff --git a/ChangeLog b/ChangeLog
index 4417224b9422..898c5d78722a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020.12.14, Version 2.3.1:
+ - Fixed typo.
+ - Fixed dependencies in PKGBUILD.
+
2020.10.23, Version 2.3:
- New color versions.
diff --git a/PKGBUILD b/PKGBUILD
index f84030c999d2..825fde47c1a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgver_day=23
pkgname=xcursor-retrosmart
_pkgname=retrosmart-x11-cursors
-pkgver=2.3
+pkgver=2.3.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=('653b84501252fd50f6eb738b2c3df2bf')
+md5sums=('c370f71323077bd74ad7e14f4dcc20ee')