summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-06-10 02:30:01 -0400
committerTony Lambiris2021-06-10 02:30:01 -0400
commit581ed084b8552fd8f82150d92724885dea6ab8a7 (patch)
treee5f4a69284d29a51399bb4332810983d3ea99291
parent2d857ad7ae97ad9796fe9ac99b93680a49703417 (diff)
downloadaur-581ed084b8552fd8f82150d92724885dea6ab8a7.tar.gz
Version bump and updates
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e51cdb6a5e69..203f35e2e1cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = ant-dracula-theme-git
pkgdesc = Dracula variant of the Ant theme
- pkgver = v2.0.r28.gd75888b
+ pkgver = v2.0.r34.g2413487
pkgrel = 1
url = https://github.com/EliverLara/Ant-Dracula
arch = any
license = GPL
+ makedepends = git
makedepends = inkscape
makedepends = optipng
optdepends = ttf-roboto: primary font face defined
optdepends = ttf-ubuntu-font-family: secondary font face defined
optdepends = cantarell-fonts: tertiary font face defined
+ provides = ant-dracula-gtk-theme
+ conflicts = ant-dracula-gtk-theme
source = Ant-Dracula::git+https://github.com/EliverLara/Ant-Dracula.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a86c5a37235d..22e776707d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
pkgname=ant-dracula-theme-git
_pkgname=Ant-Dracula
-pkgver=v2.0.r28.gd75888b
+pkgver=v2.0.r34.g2413487
pkgrel=1
pkgdesc="Dracula variant of the Ant theme"
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
license=('GPL')
-makedepends=('inkscape' 'optipng')
+makedepends=('git' 'inkscape' 'optipng')
optdepends=('ttf-roboto: primary font face defined'
'ttf-ubuntu-font-family: secondary font face defined'
'cantarell-fonts: tertiary font face defined')
+conflicts=('ant-dracula-gtk-theme')
+provides=('ant-dracula-gtk-theme')
source=("${_pkgname}::git+https://github.com/EliverLara/${_pkgname}.git")
sha256sums=('SKIP')