summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-05-21 09:47:03 +0200
committerNiklas Hedlund2016-05-21 09:47:03 +0200
commit952a30f6f982bd11fa85a468026651abb6238b89 (patch)
tree6611973920d7604e4fba41f16b6f6c06a46f2fb6
parentc8ba4e46198900a482cd429ca42a544972925e3e (diff)
downloadaur-952a30f6f982bd11fa85a468026651abb6238b89.tar.gz
Version 0.31.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b02e9bf880..0c88d558d0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 12:52:08 UTC 2016
+# Sat May 21 07:46:41 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.31.3
+ pkgver = 0.31.4
pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
@@ -22,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.31.3.tar.gz
- md5sums = 69eae7af9745bcc7b279d09afcff614e
+ source = https://pypi.python.org/packages/source/m/motioneye/motioneye-0.31.4.tar.gz
+ md5sums = 1401987408a2a5de3a056c64f49ad881
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 46142d8d7025..b50e41f84c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.31.3
+pkgver=0.31.4
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=('69eae7af9745bcc7b279d09afcff614e')
+md5sums=('1401987408a2a5de3a056c64f49ad881')
build() {
cd $srcdir/motioneye-$pkgver