summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThore Bödecker2018-02-13 10:47:40 +0100
committerThore Bödecker2018-02-13 10:47:40 +0100
commit00cd35b768ada0d62bf4562a93f115ec6ca6dcb9 (patch)
tree5f9a5e56970d4cb65ea0491b887e3800a763be60
parent741eb7473ab626438d5ba4a7d48b04c2753ac78c (diff)
downloadaur-00cd35b768ada0d62bf4562a93f115ec6ca6dcb9.tar.gz
update to awl 0.59
Signed-off-by: Thore Bödecker <me@foxxx0.de>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25f036d6676..98adf7554341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 15 09:59:08 UTC 2017
+# Tue Feb 13 09:47:32 UTC 2018
pkgbase = awl
pkgdesc = Andrew's php Web Libraries
- pkgver = 0.57
- pkgrel = 6
+ pkgver = 0.59
+ pkgrel = 1
url = https://gitlab.com/davical-project/awl/
install = awl.install
arch = any
@@ -11,8 +11,8 @@ pkgbase = awl
makedepends = apigen
makedepends = php-sqlite
depends = php
- source = awl-0.57.tar.bz2::https://gitlab.com/davical-project/awl/repository/archive.tar.bz2?ref=r0.57
- sha512sums = 7db59244c0af706d8679bcaeb57e4e496867a2cb934f976d85fa6db6d4377c5d639a7d8d85b7f0cd67523c49a5a953864510fe8283e4f1b38f6cdb2799a1d4e4
+ source = awl-0.59.tar.bz2::https://gitlab.com/davical-project/awl/repository/archive.tar.bz2?ref=r0.59
+ sha512sums = 3f8aba5f8a2e2afbd7574a7a585815a504f5154ab8e345c1ebcc8e5a3428f0e0a8a0b9ae2b0c9aa553aff50baf136d12e7bc3bc985f91bd947678b689e4ef4de
pkgname = awl
diff --git a/PKGBUILD b/PKGBUILD
index 3c53b6d1ae15..07b58ceb259e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Andre Wayand <aur-awl@awayand.sleepmail.com>
pkgname='awl'
-pkgver='0.57'
-pkgrel=6
+pkgver='0.59'
+pkgrel=1
pkgdesc="Andrew's php Web Libraries"
arch=('any')
url="https://gitlab.com/davical-project/awl/"
@@ -14,7 +14,7 @@ depends=('php')
makedepends=('apigen' 'php-sqlite')
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/davical-project/${pkgname}/repository/archive.tar.bz2?ref=r${pkgver}")
-sha512sums=('7db59244c0af706d8679bcaeb57e4e496867a2cb934f976d85fa6db6d4377c5d639a7d8d85b7f0cd67523c49a5a953864510fe8283e4f1b38f6cdb2799a1d4e4')
+sha512sums=('3f8aba5f8a2e2afbd7574a7a585815a504f5154ab8e345c1ebcc8e5a3428f0e0a8a0b9ae2b0c9aa553aff50baf136d12e7bc3bc985f91bd947678b689e4ef4de')
prepare() {
cd "${srcdir}"