summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Grabowski2016-01-05 23:45:36 +0100
committerJuri Grabowski2016-01-05 23:45:36 +0100
commit0c7a85419f721e4f64ad5870892413c3758646ad (patch)
tree3a657fd9dcb0679da821a401ebd7bf5b7d8c3a6a
parent013afaf62c9d94dff0d048a5d551e0dabe4abfd0 (diff)
downloadaur-0c7a85419f721e4f64ad5870892413c3758646ad.tar.gz
new version + generic PKGBUILD + change names
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 360aac23a50e..5f51f46b7d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue Jan 5 22:41:53 UTC 2016
pkgbase = blogc
pkgdesc = blogc is a blog compiler. It converts source files and templates into blog/website resources
- pkgver = 0.1
+ pkgver = 0.5.1
pkgrel = 0
url = http://blogc.org
arch = any
license = BSD 3 clause license
options = !emptydirs
- source = https://github.com/blogc/blogc/releases/download/v0.1/blogc-0.1.tar.gz
- md5sums = c7156ea14591fdf01c45e969792cfc73
+ source = https://github.com/blogc/blogc/releases/download/v0.5.1/blogc-0.5.1.tar.gz
+ md5sums = 8eb26fb36197eae494c5292a9edc0771
pkgname = blogc
diff --git a/PKGBUILD b/PKGBUILD
index 5ed48f1c44fc..1e91cc16576c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 216470 2014-07-04 04:21:35Z fyan $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: James Hunt <lazy at brandnewmath dot com>
+# $Id: PKGBUILD 216470 2016-01-04 04:21:35Z fladam $
+# Maintainer: Juri Grabowski <archlinux-aur at juri-grabowski dot de>
+# Contributor: Juri Grabowski <archlinux-aur at juri-grabowski dot de>
pkgname=blogc
-pkgver=0.1
+pkgver=0.5.1
pkgrel=0
pkgdesc="blogc is a blog compiler. It converts source files and templates into blog/website resources"
arch=('any')
@@ -11,8 +11,8 @@ url="http://blogc.org"
license=('BSD 3 clause license')
depends=()
options=('!emptydirs')
-source=("https://github.com/blogc/blogc/releases/download/v0.1/blogc-0.1.tar.gz")
-md5sums=('c7156ea14591fdf01c45e969792cfc73')
+source=("https://github.com/blogc/blogc/releases/download/v${pkgver}/blogc-${pkgver}.tar.gz")
+md5sums=('8eb26fb36197eae494c5292a9edc0771')
build() {