summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2015-12-12 18:37:47 +0100
committerNiklas Hedlund2015-12-12 18:37:47 +0100
commit628ad2dd6f97edc15e00b9e096c0dc6503b4f393 (patch)
treef96ffc4eac107bd366e0b75e048a43da7f246b8f
parentcfa3db7ea2b62f151d72b8c52bc814e53cc0e607 (diff)
downloadaur-628ad2dd6f97edc15e00b9e096c0dc6503b4f393.tar.gz
Version 0.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f1a216347d..03a199ac8ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.28.3
+ pkgver = 0.29
pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
@@ -19,8 +19,8 @@ pkgbase = motioneye
depends = python2-pillow
options = emptydirs
backup = etc/motioneye/motioneye.conf
- source = https://pypi.python.org/packages/source/m/motioneye/motioneye-0.28.3.tar.gz
- md5sums = 4a34b29bbe8214a287350809faaa8361
+ source = https://pypi.python.org/packages/source/m/motioneye/motioneye-0.29.tar.gz
+ md5sums = 1aada558a0f2aa0c6bff32efffd95137
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 808badcee3bd..54c5317a4884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.28.3
+pkgver=0.29
pkgrel=1
pkgdesc="web-based user interface for motion"
arch=(any)
@@ -23,7 +23,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=('4a34b29bbe8214a287350809faaa8361')
+md5sums=('1aada558a0f2aa0c6bff32efffd95137')
build() {
cd $srcdir/motioneye-$pkgver