summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-10-08 18:45:02 +0200
committerNiklas Hedlund2016-10-08 18:45:02 +0200
commitfcddf21b95e99288bca3bb577d4e99a6f2d63e7d (patch)
treeb43e9d1d7db1c9ced62c4d9c5f2cc95cfaf7af1f
parent6563a9bcbf2a6bc798ccf1404ad3534cac57370c (diff)
downloadaur-fcddf21b95e99288bca3bb577d4e99a6f2d63e7d.tar.gz
Version 0.33.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56aae34c3982..7fe4f01d1bfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 13 18:21:14 UTC 2016
+# Sat Oct 8 16:44:36 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.33.3
+ pkgver = 0.33.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://github.com/ccrisan/motioneye/archive/0.33.3.tar.gz
- md5sums = bdb0aeba236b540157e4ae1ffe9f6a09
+ source = https://github.com/ccrisan/motioneye/archive/0.33.4.tar.gz
+ md5sums = 62e70b79f65d5ec87bc0878a01345ac6
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 6cd0ebdcdfe8..5987490848ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.33.3
+pkgver=0.33.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://github.com/ccrisan/motioneye/archive/$pkgver.tar.gz")
-md5sums=('bdb0aeba236b540157e4ae1ffe9f6a09')
+md5sums=('62e70b79f65d5ec87bc0878a01345ac6')
build() {
cd $srcdir/motioneye-$pkgver