summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Polymenis2015-07-14 23:41:27 +0100
committerStavros Polymenis2015-07-14 23:41:27 +0100
commitf8dfa892bb6eaeaa4440860f0d9627b13175a672 (patch)
tree1e878f2f83285b999236995afcf83e2a2183f28e
parent2707349e0c05833c6348acf112559e72db809301 (diff)
downloadaur-f8dfa892bb6eaeaa4440860f0d9627b13175a672.tar.gz
version bump, fixed a bug with date
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e4e68f518eb..aa71cb6e6eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = yamado-git
pkgdesc = Yamado is a minimal note & journal system with extensions for functioning as a homepage & blog.
- pkgver = 150707alpha
- pkgrel = 2
- url = http://lc.orbitalfox.com
+ pkgver = 150714alpha
+ pkgrel = 1
+ url = http://orbifx.github.io/yamado
arch = any
groups = portal
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index d6d187e9afc7..f606d84e5ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
#Maintainer: Stavros Polymenis <sp orbitalfox.com>
pkgname=yamado-git
-pkgver=150708beta
+pkgver=150714alpha
pkgrel=1
pkgdesc="Yamado is a minimal note & journal system with extensions for functioning as a homepage & blog."
arch=(any)
-url="http://lc.orbitalfox.com"
+url="http://orbifx.github.io/yamado/"
license=('AGPL3')
groups=(portal)
depends=(markdown)