summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-03-21 12:56:51 -0600
committerSam Burgos2017-03-21 12:56:51 -0600
commit35811b799e763b5ce9b1531157afd9b44f8bc6e3 (patch)
tree3ca8d1ad4c3b531486e18b0c2d224c780eb5974e
parentcf600868fed25ee3d0334983273110dfb8b4602b (diff)
downloadaur-35811b799e763b5ce9b1531157afd9b44f8bc6e3.tar.gz
updated email information, GTK3 minor version and added a comment explaining newer way of releases
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a11c66f462da..747c7cbaa153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mint-x-theme
pkgdesc = A Linux Mint theme. Includes GTK2, GTK3, Metacity and Xfce components.
pkgver = 1.9
- pkgrel = 0
+ pkgrel = 1
url = http://packages.linuxmint.com
arch = any
license = GPL3
conflicts = mint-themes
source = http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_1.4.8.tar.xz
- source = http://packages.linuxmint.com/pool/main/m/mint-themes-gtk3/mint-themes-gtk3_3.18+11.tar.xz
+ source = http://packages.linuxmint.com/pool/main/m/mint-themes-gtk3/mint-themes-gtk3_3.18+13.tar.xz
sha256sums = 55e338403dfba0cfd44ded2ffbece925f9c5e02cedafc697eb577f302612d212
- sha256sums = 6fdcfcaa62ea5dc31b7ad28b7ba30c3e4d024baaccf414bdf74668c105a1358e
+ sha256sums = 248f470a864535daf0d8c132a39d30ee5a91f3e1f7f9afe423c9e7e0671d1e49
pkgname = mint-x-theme
diff --git a/PKGBUILD b/PKGBUILD
index 77b337d4aa42..9b529f8432fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Sam Burgos < jsbm1089 at gmail dot com >
+# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
# Contributor: Carl George < arch at cgtx dot us >
# Thanks to the Linux Mint project http://linuxmint.com/
# Versioning of the package will not be the same as GTK2 or GTK3 versions
+# pkgver will increase only on major GTK3 releases since GTK2 is barely maintained
+# pkgrel will increase on minor GTK3 releases, newer GTK2 releases (be it major or minor) or adding/deleting comments
pkgname='mint-x-theme'
_namegtk2='mint-themes'
_namegtk3='mint-themes-gtk3'
pkgver='1.9'
-_gtk3ver='3.18+11'
+_gtk3ver='3.18+13'
_gtk2ver='1.4.8'
-pkgrel='0'
+pkgrel='1'
pkgdesc='A Linux Mint theme. Includes GTK2, GTK3, Metacity and Xfce components.'
arch=('any')
url='http://packages.linuxmint.com'
@@ -18,7 +20,7 @@ conflicts=('mint-themes')
source=("${url}/pool/main/m/${_namegtk2}/${_namegtk2}_${_gtk2ver}.tar.xz"
"${url}/pool/main/m/${_namegtk3}/${_namegtk3}_${_gtk3ver}.tar.xz")
sha256sums=('55e338403dfba0cfd44ded2ffbece925f9c5e02cedafc697eb577f302612d212'
- '6fdcfcaa62ea5dc31b7ad28b7ba30c3e4d024baaccf414bdf74668c105a1358e')
+ '248f470a864535daf0d8c132a39d30ee5a91f3e1f7f9afe423c9e7e0671d1e49')
prepare() {
find ${srcdir} -name .gitkeep -type f -delete