summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-06-10 02:23:10 -0400
committerTony Lambiris2021-06-10 02:23:10 -0400
commit723639e592e3431f8f1eb57041f5cb1911af0e28 (patch)
treea82c2ab4f49f2fe1b065dead5ae69a65d68277da
parent68297fa01e5a5de86e1e38ac02f9bfba9b65adb2 (diff)
downloadaur-723639e592e3431f8f1eb57041f5cb1911af0e28.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 844c2d1ae258..1adf758f6029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = ant-bloody-theme-git
pkgdesc = Bloody variant of the Ant theme
- pkgver = v1.3.0.r60.gc4bf9e6
+ pkgver = v1.3.0.r66.ge23e2ed
pkgrel = 1
url = https://github.com/EliverLara/Ant-Bloody
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-bloody-gtk-theme
+ conflicts = ant-bloody-gtk-theme
source = Ant-Bloody::git+https://github.com/EliverLara/Ant-Bloody.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a4762769e77b..b8cacff2e4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
pkgname=ant-bloody-theme-git
_pkgname=Ant-Bloody
-pkgver=v1.3.0.r60.gc4bf9e6
+pkgver=v1.3.0.r66.ge23e2ed
pkgrel=1
pkgdesc="Bloody 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-bloody-gtk-theme')
+provides=('ant-bloody-gtk-theme')
source=("${_pkgname}::git+https://github.com/EliverLara/${_pkgname}.git")
sha256sums=('SKIP')