diff options
author | Tony Lambiris | 2021-06-10 02:23:10 -0400 |
---|---|---|
committer | Tony Lambiris | 2021-06-10 02:23:10 -0400 |
commit | 723639e592e3431f8f1eb57041f5cb1911af0e28 (patch) | |
tree | a82c2ab4f49f2fe1b065dead5ae69a65d68277da | |
parent | 68297fa01e5a5de86e1e38ac02f9bfba9b65adb2 (diff) | |
download | aur-723639e592e3431f8f1eb57041f5cb1911af0e28.tar.gz |
Version bump and updates
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -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 @@ -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') |