summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-09-10 09:43:20 +0200
committerNiklas Hedlund2016-09-10 09:43:20 +0200
commitc7ffc9100f7f6f214472697265f05b5eaf33bad9 (patch)
tree970cf9c4eca2038d76b8466d901b63f588df43f6
parent2c9a730c4bd85ec77e2df96fb86bf40579cfd962 (diff)
downloadaur-c7ffc9100f7f6f214472697265f05b5eaf33bad9.tar.gz
Version 0.33.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c17d652706..95d8e7ad409f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 15:33:27 UTC 2016
+# Sat Sep 10 07:43:10 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.33
+ pkgver = 0.33.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.33.tar.gz
- md5sums = 69651226c427e802b4697aa1e34d1af0
+ source = https://github.com/ccrisan/motioneye/archive/0.33.2.tar.gz
+ md5sums = 3a0e526656aac9509efda4971a7e297b
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 237e7bb76acb..25608ff92a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.33
+pkgver=0.33.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=('69651226c427e802b4697aa1e34d1af0')
+md5sums=('3a0e526656aac9509efda4971a7e297b')
build() {
cd $srcdir/motioneye-$pkgver