summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Burgos2024-12-07 18:12:02 -0600
committerSantiago Burgos2024-12-07 18:12:02 -0600
commit18f29c5ab73b73903393fdfa9088e5e194c5795c (patch)
tree49517532557ff171e2df11be42106a313e4f8ec2
parentda34363c6130463c0ce6073e05528b2cd0121751 (diff)
downloadaur-18f29c5ab73b73903393fdfa9088e5e194c5795c.tar.gz
updated to version 2.2.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f08cbcf2205..c94132b53558 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a5ec038ae4c3..c9be398ad49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"