summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-09-13 20:21:41 +0200
committerNiklas Hedlund2016-09-13 20:21:41 +0200
commit6563a9bcbf2a6bc798ccf1404ad3534cac57370c (patch)
treecea9360ee6e3cb964fc106e93e6ee60fd074f50d
parentc7ffc9100f7f6f214472697265f05b5eaf33bad9 (diff)
downloadaur-6563a9bcbf2a6bc798ccf1404ad3534cac57370c.tar.gz
Version 0.33.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95d8e7ad409f..56aae34c3982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 10 07:43:10 UTC 2016
+# Tue Sep 13 18:21:14 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.33.2
+ pkgver = 0.33.3
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.2.tar.gz
- md5sums = 3a0e526656aac9509efda4971a7e297b
+ source = https://github.com/ccrisan/motioneye/archive/0.33.3.tar.gz
+ md5sums = bdb0aeba236b540157e4ae1ffe9f6a09
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 25608ff92a31..6cd0ebdcdfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.33.2
+pkgver=0.33.3
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=('3a0e526656aac9509efda4971a7e297b')
+md5sums=('bdb0aeba236b540157e4ae1ffe9f6a09')
build() {
cd $srcdir/motioneye-$pkgver