summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOdin Vex2022-12-20 15:23:29 -0500
committerOdin Vex2022-12-20 15:23:57 -0500
commitd3846c53c4663338dcf65e4e8c47441edabb64b4 (patch)
tree0594fb42c26561682bbfbdd644266f7bb9cec837
parent4d15900599e148c52974e561be712278e8451248 (diff)
downloadaur-d3846c53c4663338dcf65e4e8c47441edabb64b4.tar.gz
Updated to 1.7.3 Upstream
introduced a dependency for Bibata Cursors. Signed-off-by: Odin Vex <odin.vex@ethicalexploiting.com>
-rwxr-xr-x.SRCINFO9
-rwxr-xr-xCHANGELOG1
-rwxr-xr-xPKGBUILD9
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed43a0bb2f79..fac955145ca4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-artwork
pkgdesc = Linux Mint Artwork and Resources.
- pkgver = 1.6.0
+ pkgver = 1.7.3
pkgrel = 0
epoch = 2
url = http://packages.linuxmint.com/pool/main/m/mint-artwork
@@ -16,6 +16,7 @@ pkgbase = mint-artwork
depends = mint-x-icons
depends = mint-y-icons
depends = mint-themes
+ depends = bibata-cursor-theme
optdepends = mint-themes-legacy
conflicts = lightdm-gtk-greeter
conflicts = lightdm-gtk-greeter-settings
@@ -26,8 +27,8 @@ pkgbase = mint-artwork
options = !zipman
options = !ccache
backup = etc/lightdm/lightdm-gtk-greeter.conf
- source = mint-artwork_1.6.0.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_1.6.0.tar.xz
- md5sums = 2c6dc5f590203c4c68672b41a10562f9
- sha256sums = ba7e53e7acf3376bd1569e364477330c42b0af07927b28004a41495392d7083a
+ source = mint-artwork_1.7.3.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_1.7.3.tar.xz
+ md5sums = a9ac0270629dad9e14d8a318e37f1ff8
+ sha256sums = 96eb189664cbef5553192245b2cb88655bbbc4932e650ef08f6accb4ed65859f
pkgname = mint-artwork
diff --git a/CHANGELOG b/CHANGELOG
index a0f0afcbc9a9..bf42d7db884a 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+1.7.3 - Updated to 1.7.3 Upstream, introduced a dependency for Bibata Cursors.
1.6.0 - Updated to 1.6.0 Upstream
1.5.9 - Updated to 1.5.9 Upstream
1.5.8 - Updated to 1.5.8 Upstream
diff --git a/PKGBUILD b/PKGBUILD
index ddf4da47e034..c4247cc0153a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Odin Vex <https://aur.archlinux.org/account/OdinVex/>
pkgname=mint-artwork
-pkgver=1.6.0
+pkgver=1.7.3
pkgrel=0
epoch=2
pkgdesc="Linux Mint Artwork and Resources."
@@ -9,7 +9,8 @@ url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=("GPL")
groups=("cinnamon")
depends=("hicolor-icon-theme" "lightdm-settings" "lightdm-slick-greeter"
- "mint-backgrounds" "mint-x-icons" "mint-y-icons" "mint-themes")
+ "mint-backgrounds" "mint-x-icons" "mint-y-icons" "mint-themes"
+ "bibata-cursor-theme" )
optdepends=("mint-themes-legacy: Legacy Mint themes")
conflicts=("lightdm-gtk-greeter" "lightdm-gtk-greeter-settings" "mint-sounds")
backup=(etc/lightdm/lightdm-gtk-greeter.conf)
@@ -17,8 +18,8 @@ options=("!strip" "libtool" "staticlibs" "!zipman" "!ccache")
install=mint-artwork.install
changelog=CHANGELOG
source=("${pkgname}_${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-md5sums=("2c6dc5f590203c4c68672b41a10562f9")
-sha256sums=("ba7e53e7acf3376bd1569e364477330c42b0af07927b28004a41495392d7083a")
+md5sums=("a9ac0270629dad9e14d8a318e37f1ff8")
+sha256sums=("96eb189664cbef5553192245b2cb88655bbbc4932e650ef08f6accb4ed65859f")
package() {