summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValHue2016-06-05 12:10:00 +0200
committerValHue2016-06-05 12:10:00 +0200
commit9d36f8fc587eac894c197465aaf0cc8f2740b896 (patch)
treefa5f2bc31ddaef1c16b400bc155423ee8249dceb /PKGBUILD
parent07b9cd7c1e9482d0b546987516afbd6bb6d36ee7 (diff)
downloadaur-geany-theme-github.tar.gz
Update to 1-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 14 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecbf8b7e65bb..0bac000e92b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,21 @@
-# Maintainer: Lara Maia <lara@craft.net.br>
-
-pkgname=geany-theme-github
-pkgdesc='A github like theme for Geany'
-url='http://lara.craft.net.br'
-pkgver=1
-pkgrel=3
+# Maintainer: ValHue <vhuelamo at gmail dot com>
+# https://github.com/ValHue/AUR-PKGBUILDs
+#
+# Contributor: Lara Maia <lara@craft.net.br>
+#
+pkgname="geany-theme-github"
+pkgver="1"
+pkgrel="4"
+pkgdesc="A github like theme for Geany"
arch=(any)
+url="http://lara.click"
license=('GPL')
depends=('geany')
-source=("http://lara.craft.net.br/Geany/github.conf")
-md5sums=('16cd235a443dbf3bed3c85096869e60c')
+source=("http://downloads.lara.click/Geany/github.conf")
+sha256sums=('a634613338f438a216684dd1e0ce4c92dae3d778b1a4f3fc56ef71339d9c9310')
package() {
install -Dm644 "$srcdir"/github.conf "$pkgdir"/usr/share/geany/colorschemes/github.conf
}
+
+# vim:set ts=4 sw=2 ft=sh et: