summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCynthia2020-04-28 00:45:11 -0600
committerCynthia2020-04-28 00:45:11 -0600
commitdfc78183a897c83c9eb52eacfb9beca5cd1a1626 (patch)
tree26a0034daa4faf404ba8f1ef41640e2405eac105
parent6f38e3d0a86c242e30d92192945c3bd778d6e1f2 (diff)
downloadaur-dfc78183a897c83c9eb52eacfb9beca5cd1a1626.tar.gz
fix conflicts, change maintainer, add license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661c7baf4d4f..3bd90ed23a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,12 @@
pkgbase = ant-dracula-gtk-theme
pkgdesc = Ant Dracula Theme for GTK 3.x
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Ant-Dracula
arch = any
+ license = GPL3
depends = gtk3
- conflicts = ant-dracula-gtk-theme
- conflicts = ant-dracula-theme
conflicts = ant-dracula-theme-git
- replaces = ant-dracula-gtk-theme
- replaces = ant-dracula-theme
- replaces = ant-dracula-theme-git
options = !strip
source = https://github.com/EliverLara/Ant-Dracula/archive/v1.3.0.tar.gz
sha256sums = 5de816ebdcdc5cccf02c8965bf7a38e0a9718a769e274505bcf3809d3ce6ece8
diff --git a/PKGBUILD b/PKGBUILD
index a4c55817f159..4ff9e2869c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
-# Maintainer: Davide Depau <davide@depau.eu>
+# Maintainer: Cynthia Coan <cynthia@coan.dev>
pkgname=ant-dracula-gtk-theme
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ant Dracula Theme for GTK 3.x"
+license=('GPL3')
arch=(any)
url=https://github.com/EliverLara/Ant-Dracula
depends=('gtk3')
-conflicts=($pkgname ant-dracula-theme ant-dracula-theme-git)
-replaces=($pkgname ant-dracula-theme ant-dracula-theme-git)
+conflicts=(ant-dracula-theme-git)
options=(!strip)
-# Hash and Timestamp (taken from macos-icon-theme pkgbuild)
-_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
-read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
-
source=("https://github.com/EliverLara/Ant-Dracula/archive/v$pkgver.tar.gz")
sha256sums=('5de816ebdcdc5cccf02c8965bf7a38e0a9718a769e274505bcf3809d3ce6ece8')