diff options
author | Santiago Burgos | 2024-12-07 18:12:02 -0600 |
---|---|---|
committer | Santiago Burgos | 2024-12-07 18:12:02 -0600 |
commit | 18f29c5ab73b73903393fdfa9088e5e194c5795c (patch) | |
tree | 49517532557ff171e2df11be42106a313e4f8ec2 | |
parent | da34363c6130463c0ce6073e05528b2cd0121751 (diff) | |
download | aur-18f29c5ab73b73903393fdfa9088e5e194c5795c.tar.gz |
updated to version 2.2.1
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 11 insertions, 12 deletions
@@ -1,17 +1,16 @@ pkgbase = mint-themes pkgdesc = A collection of Mint themes. - pkgver = 2.2.0 + pkgver = 2.2.1 pkgrel = 1 - url = http://packages.linuxmint.com/pool/main/m/mint-themes + url = https://github.com/linuxmint/mint-themes arch = any license = GPL-3.0-or-later - makedepends = python makedepends = python-libsass depends = ttf-ubuntu-font-family - optdepends = mint-y-icons optdepends = mint-x-icons + optdepends = mint-y-icons options = !strip - source = mint-themes_2.2.0.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_2.2.0.tar.xz - sha256sums = 98727c04478d1c985ca2d72e9dfaf687751726dd4399fcab505445a10ec0dc30 + source = mint-themes_2.2.1.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_2.2.1.tar.xz + sha256sums = c3724ff7d57a849c7ee66d57b29c2307ead2af89901d67a72617880f3f733abe pkgname = mint-themes @@ -1,26 +1,26 @@ # Maintainer: Sam Burgos <santiago.burgos1089@gmail.com> pkgname=mint-themes -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc='A collection of Mint themes.' arch=('any') -url="http://packages.linuxmint.com/pool/main/m/${pkgname}" +url="https://github.com/linuxmint/mint-themes" +_url="http://packages.linuxmint.com/pool/main/m/${pkgname}" license=('GPL-3.0-or-later') depends=( 'ttf-ubuntu-font-family' ) makedepends=( - 'python' 'python-libsass' ) optdepends=( - 'mint-y-icons' 'mint-x-icons' + 'mint-y-icons' ) options=('!strip') -source=("${pkgname}_${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz") -sha256sums=('98727c04478d1c985ca2d72e9dfaf687751726dd4399fcab505445a10ec0dc30') +source=("${pkgname}_${pkgver}.tar.xz::${_url}/${pkgname}_${pkgver}.tar.xz") +sha256sums=('c3724ff7d57a849c7ee66d57b29c2307ead2af89901d67a72617880f3f733abe') build() { cd "$pkgname" |