summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 15:58:23 +0200
committerGoliathLabs2020-05-15 15:58:23 +0200
commit5366da6d345c58e3a2b14e63c7532ead4442a0be (patch)
tree316cde816ec54429d0a1ee313d580dc34c38120f
parent9c12892a5255ab4ce2519fe272b1c3bfa8d2d5e2 (diff)
downloadaur-5366da6d345c58e3a2b14e63c7532ead4442a0be.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abbf539e508f..6a7257e37661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = ant-gtk-theme
- pkgdesc = Ant Theme for GTK 3.x
+ pkgdesc = A flat and light theme with a modern look
pkgver = 1.3.0
- pkgrel = 3
- url = https://www.gnome-look.org/p/1099856
+ pkgrel = 4
+ url = https://github.com/EliverLara/Ant
arch = any
license = GPL
depends = gtk3
+ optdepends = ttf-roboto: primary font face defined
+ optdepends = ttf-ubuntu-font-family: secondary font face defined
+ optdepends = cantarell-fonts: tertiary font face defined
+ conflicts = ant-slim-gtk-theme
+ conflicts = ant-gtk-theme-git
noextract = Ant-1.3.0.tar
noextract = Ant-Bloody-1.3.0.tar
noextract = Ant-Nebula-1.3.0.tar
diff --git a/PKGBUILD b/PKGBUILD
index da6e2d3fadd2..5a42b10b66f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,19 @@
-# Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de
+# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=ant-gtk-theme
pkgver=1.3.0
-pkgrel=3
-pkgdesc="Ant Theme for GTK 3.x"
+pkgrel=4
+pkgdesc="A flat and light theme with a modern look"
arch=('any')
license=('GPL')
-url=https://www.gnome-look.org/p/1099856
+url=https://github.com/EliverLara/Ant
+conflicts=('ant-slim-gtk-theme' 'ant-gtk-theme-git')
options=('!strip')
depends=('gtk3')
+optdepends=('ttf-roboto: primary font face defined'
+ 'ttf-ubuntu-font-family: secondary font face defined'
+ 'cantarell-fonts: tertiary font face defined')
source=("Ant-${pkgver}.tar::https://aur-files.storage.googleapis.com/${pkgname}/${pkgver}/Ant.tar"
"Ant-Bloody-${pkgver}.tar::https://aur-files.storage.googleapis.com/${pkgname}/${pkgver}/Ant-Bloody.tar"