summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-02-22 18:47:51 +0100
committerNiklas Hedlund2016-02-22 18:47:51 +0100
commitbe3f6baf29618bcf188d61f01dd293bf73be18a7 (patch)
tree383c932da148d386d4a781b150b308ec43619f6b
parent16c4b9747b32956326d4ac83d619f2d64e72fd21 (diff)
downloadaur-be3f6baf29618bcf188d61f01dd293bf73be18a7.tar.gz
Version 0.31
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93e0f716cba5..e370025e27bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Feb 22 17:46:54 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.30
+ pkgver = 0.31
pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
@@ -20,8 +22,8 @@ pkgbase = motioneye
depends = mime-types
options = emptydirs
backup = etc/motioneye/motioneye.conf
- source = https://pypi.python.org/packages/source/m/motioneye/motioneye-0.30.tar.gz
- md5sums = d076f14b61fe6e980533ab92f58dfd76
+ source = https://pypi.python.org/packages/source/m/motioneye/motioneye-0.31.tar.gz
+ md5sums = b186bafdad39cf49636e15774afe6fa4
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 6382a339bf76..c3617338b58b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.30
+pkgver=0.31
pkgrel=1
pkgdesc="web-based user interface for motion"
arch=(any)
@@ -24,7 +24,7 @@ options=(emptydirs)
install=motioneye.install
backup=('etc/motioneye/motioneye.conf')
source=("https://pypi.python.org/packages/source/m/motioneye/motioneye-$pkgver.tar.gz")
-md5sums=('d076f14b61fe6e980533ab92f58dfd76')
+md5sums=('b186bafdad39cf49636e15774afe6fa4')
build() {
cd $srcdir/motioneye-$pkgver