summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2017-03-03 21:18:11 +0100
committerNiklas Hedlund2017-03-03 21:18:11 +0100
commit19bd9820b8ec09b22480401e50131dac2e0a25f2 (patch)
treeadb1797640ab5ac7fd7ebadf393df5fa37246144
parent3325f64a4f76d5448b3a3a30705d7eabb296415b (diff)
downloadaur-19bd9820b8ec09b22480401e50131dac2e0a25f2.tar.gz
Version 0.35.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 777750b6ff11..860ea2ab1882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 7 18:56:22 UTC 2016
+# Fri Mar 3 20:17:58 UTC 2017
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.35
+ pkgver = 0.35.2
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.35.tar.gz
- md5sums = 7740376f7fda2ac724720c43b875a01e
+ source = https://github.com/ccrisan/motioneye/archive/0.35.2.tar.gz
+ md5sums = 411aff12a50df5e8f5726601452e28c3
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index e3fff96c5631..f599f6956ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.35
+pkgver=0.35.2
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=('7740376f7fda2ac724720c43b875a01e')
+md5sums=('411aff12a50df5e8f5726601452e28c3')
build() {
cd $srcdir/motioneye-$pkgver