summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-11-07 19:56:36 +0100
committerNiklas Hedlund2016-11-07 19:56:36 +0100
commit3325f64a4f76d5448b3a3a30705d7eabb296415b (patch)
tree9b050fc64c276cb379d14bc41c390e9b3369c0b7
parente54620a86a592d3fc9ee5f94f20bbbb01ebc89ec (diff)
downloadaur-3325f64a4f76d5448b3a3a30705d7eabb296415b.tar.gz
Version 0.35
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce998fe2605..777750b6ff11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 2 19:04:37 UTC 2016
+# Mon Nov 7 18:56:22 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.34.1
+ pkgver = 0.35
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://github.com/ccrisan/motioneye/archive/0.34.1.tar.gz
- md5sums = 00c50ed4e97a6901c0c852466a9a50ec
+ source = https://github.com/ccrisan/motioneye/archive/0.35.tar.gz
+ md5sums = 7740376f7fda2ac724720c43b875a01e
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index b92209b522c1..e3fff96c5631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.34.1
+pkgver=0.35
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://github.com/ccrisan/motioneye/archive/$pkgver.tar.gz")
-md5sums=('00c50ed4e97a6901c0c852466a9a50ec')
+md5sums=('7740376f7fda2ac724720c43b875a01e')
build() {
cd $srcdir/motioneye-$pkgver