summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schmitt2016-03-02 07:47:16 +0100
committerPhilipp Schmitt2016-03-02 07:47:16 +0100
commit247870af1d38b9d51ee43fff423d288de2d818df (patch)
treeecf66f256399a009eb6383e9aacef706a66e0da4
parenteb097dbf07370857c752e60e5097fea363ef9f4d (diff)
downloadaur-247870af1d38b9d51ee43fff423d288de2d818df.tar.gz
Update to 0.5.8d
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892022407375..d96ca07367f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Mar 2 06:46:52 UTC 2016
pkgbase = pagekite
pkgdesc = Python implementation of the PageKite remote front-end protocols.
- pkgver = 0.5.6d
- pkgrel = 5
+ pkgver = 0.5.8d
+ pkgrel = 1
url = http://pagekite.org
arch = any
license = GPL
@@ -12,8 +14,8 @@ pkgbase = pagekite
conflicts = python2-pagekite
options = !emptydirs
options = zipman
- source = https://pagekite.net/pk/src/pagekite-0.5.6d.tar.gz
- md5sums = 2e1982c3fc9dc9461e7b1e24ffffe468
+ source = https://pagekite.net/pk/src/pagekite-0.5.8d.tar.gz
+ md5sums = 8f8606775c31d3d63a1bffe968fa09f6
pkgname = pagekite
diff --git a/PKGBUILD b/PKGBUILD
index be955fea507c..8d0332548819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Schmitt <philipp@schmitt.co>
# GitHub: https://github.com/pschmitt/aur-pagekite
pkgname=pagekite
-pkgver=0.5.6d
-pkgrel=5
+pkgver=0.5.8d
+pkgrel=1
pkgdesc='Python implementation of the PageKite remote front-end protocols.'
arch=('any')
url='http://pagekite.org'
@@ -12,7 +12,7 @@ provides=('pagekite')
conflicts=('python2-pagekite')
options=(!emptydirs zipman)
source=("https://pagekite.net/pk/src/$pkgname-$pkgver.tar.gz")
-md5sums=('2e1982c3fc9dc9461e7b1e24ffffe468')
+md5sums=('8f8606775c31d3d63a1bffe968fa09f6')
package() {
cd "$srcdir/$pkgname-$pkgver"