summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-05-16 17:54:05 +0100
committerJonathon Fernyhough2021-05-16 17:54:05 +0100
commitec8b7c03b310a56b4ed3784e914eadd88e82af66 (patch)
tree70ce1745b878093c83dba121be13f13d8fbe9a08
parent4de40a271e711441ae192d5f30e7b62c93f9aa08 (diff)
downloadaur-ec8b7c03b310a56b4ed3784e914eadd88e82af66.tar.gz
Drop provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fce16b220b5..47d3b4f3ec2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = sweet-gtk-theme-dark
pkgdesc = Light and dark colorful Gtk3.20+ theme
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Sweet
arch = any
license = GPL3
- provides = sweet-theme-dark
conflicts = sweet-theme-dark
replaces = sweet-theme-dark
source = https://github.com/EliverLara/Sweet/releases/download/2.0/Sweet-Dark.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index c21dec0046f7..e7d5e72dd295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
pkgname=sweet-gtk-theme-dark
_pkgname=Sweet-Dark
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Light and dark colorful Gtk3.20+ theme"
arch=('any')
url='https://github.com/EliverLara/Sweet'
license=('GPL3')
-provides=('sweet-theme-dark')
conflicts=('sweet-theme-dark')
replaces=('sweet-theme-dark')
source=("$url/releases/download/${pkgver}/${_pkgname}.tar.xz")