summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2016-07-01 12:16:35 -0700
committerShadowKyogre2016-07-01 12:16:35 -0700
commitc73f436d885433b689293c6949a7debfbf5299d8 (patch)
tree7622a7b4a635bcd07a5c2dd8578e1ab9ac6188ca
parent7d6deac373ad08a66c74988111e16c4666bfaa55 (diff)
downloadaur-c73f436d885433b689293c6949a7debfbf5299d8.tar.gz
Bump to 0.8.12.1
Also write myself as maintainer
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD7
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2b7ec2e6ac..b44ecb462416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 20:06:04 UTC 2016
+# Fri Jul 1 19:15:45 UTC 2016
pkgbase = emerald-themes
pkgdesc = Themes for emerald
- pkgver = 0.8.12
+ pkgver = 0.8.12.1
pkgrel = 1
url = https://github.com/compiz-reloaded/emerald-themes/
arch = any
@@ -14,8 +14,8 @@ pkgbase = emerald-themes
makedepends = pkgconfig
depends = emerald
conflicts = emerald-themes-git
- source = https://github.com/compiz-reloaded/emerald-themes//releases/download/v0.8.12/emerald-themes-0.8.12.tar.xz
- sha256sums = b9b2e4bb10765d8a242d54698d07a48b64be6156b8a1990d4edd6b2ebb82fce4
+ source = https://github.com/compiz-reloaded/emerald-themes//releases/download/v0.8.12.1/emerald-themes-0.8.12.1.tar.xz
+ sha256sums = 3ea1635e93b4713e1f7878528d08349f88566136350b10e8bc4b7299a13a6ec8
pkgname = emerald-themes
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5401c5d685d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 799cbe5f842e..2e77004fe988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer : jyantis <yantis@yantis.net>
+# Maintainer : Sapphira Armageddos <shadowkyogre.public@gmail.com>
+# Contributor: jyantis <yantis@yantis.net>
# Contributor: jjdanimoth <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
_upstream="emerald-themes"
_pkgver=0.8.12
-_micro=""
+_micro=".1"
pkgname=emerald-themes
pkgver="${_pkgver}${_micro}"
@@ -31,4 +32,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha256sums=('b9b2e4bb10765d8a242d54698d07a48b64be6156b8a1990d4edd6b2ebb82fce4')
+sha256sums=('3ea1635e93b4713e1f7878528d08349f88566136350b10e8bc4b7299a13a6ec8')