summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafed Ramzi2021-04-14 00:12:29 +0700
committerRafed Ramzi2021-04-14 00:12:29 +0700
commit6d0e604cfee67e92c08791df4859f5c64ea660c8 (patch)
treed8da940e99afe6e0ff5cf8e11fd6ac19c65a860e
parent7e10c60f0b8e1a0e1032be1e827d9238ed91d838 (diff)
downloadaur-6d0e604cfee67e92c08791df4859f5c64ea660c8.tar.gz
Bump to 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2f11995707f..0de889104e5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = sweet-theme
pkgdesc = Light and dark colorful Gtk3.20+ theme
- pkgver = 1.10.5
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/EliverLara/Sweet
arch = any
license = GPL3
- source = https://github.com/EliverLara/Sweet/releases/download/v1.10.5/Sweet.zip
- md5sums = d131f5362e8c12de1da54ef963beedf6
+ source = https://github.com/EliverLara/Sweet/releases/download/2.0/Sweet.tar.xz
+ md5sums = 5a457d3e1c7210a875cf98cf5aa1f050
pkgname = sweet-theme
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7f947001b6a2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.zip
+*.tar
+*.tar.*
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 2d3d7d986771..8c234e54bba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=sweet-theme
_pkgname=Sweet
pkgrel=1
-pkgver=1.10.5
+pkgver=2.0
pkgdesc="Light and dark colorful Gtk3.20+ theme"
url='https://github.com/EliverLara/Sweet'
arch=('any')
license=('GPL3')
-source=(https://github.com/EliverLara/Sweet/releases/download/v${pkgver}/${_pkgname}.zip)
-md5sums=('d131f5362e8c12de1da54ef963beedf6')
+source=(https://github.com/EliverLara/Sweet/releases/download/${pkgver}/${_pkgname}.tar.xz)
+md5sums=('5a457d3e1c7210a875cf98cf5aa1f050')
package() {
mkdir -p "${pkgdir}/usr/share/themes/${_pkgname}"