diff options
author | mdomlop | 2019-07-13 09:43:23 +0200 |
---|---|---|
committer | mdomlop | 2019-07-13 09:43:23 +0200 |
commit | 6b3e72b6d032d3564aeb9552a635e89c59327291 (patch) | |
tree | 23016db374513e02e12aff36b731496e8f457deb | |
parent | a880f8aabe32c04a6ccf51fad666353936093c8c (diff) | |
download | aur-6b3e72b6d032d3564aeb9552a635e89c59327291.tar.gz |
Version 1.2. Added shadow option.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | PKGBUILD | 8 |
3 files changed, 10 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = xcursor-retrosmart pkgdesc = A retrosmart look collection of cursors for X. - pkgver = 1.1 + pkgver = 1.2 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-1.1.tar.gz::https://github.com/mdomlop/retrosmart-x11-cursors/archive/1.1.tar.gz - md5sums = 214db4ec299eaaf3855be8646ae2275f + source = xcursor-retrosmart-1.2.tar.gz::https://github.com/mdomlop/retrosmart-x11-cursors/archive/1.2.tar.gz + md5sums = 8141d588fe975ddaf21a6892d97bd245 pkgname = xcursor-retrosmart diff --git a/ChangeLog b/ChangeLog index 0493fe7df976..ab63b610eea5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2019.07.13, Version 1.2: + - Added versions with shadow. + 2019.03.08, Version 1.1: - The names of the installation directories are changed from retrosmart-* to retrosmart-xcursors-* so as not to be confused @@ -3,12 +3,12 @@ # @mdomlop at telegram _pkgver_year=2019 -_pkgver_month=03 -_pkgver_day=19 +_pkgver_month=07 +_pkgver_day=13 pkgname=xcursor-retrosmart _pkgname=retrosmart-x11-cursors -pkgver=1.1 +pkgver=1.2 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=('214db4ec299eaaf3855be8646ae2275f') +md5sums=('8141d588fe975ddaf21a6892d97bd245') |