summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Saliés Brum2017-12-08 01:59:56 -0300
committerLucas Saliés Brum2017-12-08 01:59:56 -0300
commitf70867cefbd7c3326cf56e2188523183bf96aff3 (patch)
tree6551450c05aa8d5ac7f8e0f5a3f728a301726ab0
parent336a8ba9465bdf91e83579d8b0eb12384263e6c1 (diff)
downloadaur-menda-themes-git.tar.gz
Added me as maintainer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 784da4e04714..b2e033db514f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Dec 20 10:43:01 UTC 2015
pkgbase = menda-themes-git
pkgver = r85.0ee4e31
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/manjaro/artwork-menda
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2956c9c96f32..273002ff0bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: anex <lane.wiscombe_at_gmail_dot_org>
-# Maintainer: Philip Müller <philm_at_manjaro_dot_org>
-# Maintainer: Rob McCathie <rob_at_manjaro_dot_org>
+# Maintainer: Lucas Saliés Brum <lucas@archlinux.com.br>
+# Contributor: anex <lane.wiscombe_at_gmail_dot_org>
+# Contributor: Philip Müller <philm_at_manjaro_dot_org>
+# Contributor: Rob McCathie <rob_at_manjaro_dot_org>
pkgbase=menda-themes-git
pkgname=("menda-themes-git" "menda-themes-dark-git")
pkgver=r85.0ee4e31
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/manjaro/artwork-menda"
license=('GPL3')
@@ -13,7 +14,6 @@ depends=('gtk-engine-murrine')
source=(${pkgname}::'git+https://github.com/manjaro/artwork-menda.git')
sha1sums=('SKIP')
-
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"