summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-06-10 02:49:02 -0400
committerTony Lambiris2021-06-10 02:49:02 -0400
commit421dfca1f42ee814d95e1836c4c68961a7b302b0 (patch)
treeb661f7265ed765c4d48118487a6c6d607c434c48
parent52b2bc8ce39d42a218fec0c34ad6d54b745ce1f6 (diff)
downloadaur-421dfca1f42ee814d95e1836c4c68961a7b302b0.tar.gz
Version bump and updates
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5945f9b0d146..b700714ca34c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = emerald-icon-theme-git
pkgdesc = Fresh and simple personality icon theme
pkgver = 2018.02.02.r18.ge2d3520
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vinceliuice/emerald-icon-theme
arch = any
license = Custom
+ makedepends = git
provides = emerald-icon-theme
conflicts = emerald-icon-theme
source = emerald-icon-theme-git::git+https://github.com/vinceliuice/emerald-icon-theme
diff --git a/.gitignore b/.gitignore
index 20658505c396..c41c41e5085e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
src
pkg
emerald-icon-theme-git
-*pkg.tar.xz
+*.pkg.tar.*
tags
diff --git a/PKGBUILD b/PKGBUILD
index 087196d6f7a1..9963f9ebd961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=emerald-icon-theme-git
pkgver=2018.02.02.r18.ge2d3520
-pkgrel=2
+pkgrel=3
pkgdesc="Fresh and simple personality icon theme"
arch=('any')
url="https://github.com/vinceliuice/emerald-icon-theme"
license=('Custom')
+source=("${pkgname}::git+https://github.com/vinceliuice/emerald-icon-theme")
+makedepends=('git')
conflicts=('emerald-icon-theme')
provides=('emerald-icon-theme')
-source=("${pkgname}::git+https://github.com/vinceliuice/emerald-icon-theme")
sha256sums=('SKIP')
pkgver() {