summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-06-05 12:01:11 -0500
committerJeremy MountainJohnson2018-06-05 12:01:11 -0500
commitf63710bb066c26038bd16cb9b1853e4332a0c134 (patch)
tree81f915459caacf84df9714c6e583dcf621a7b575
parentf771a14e9dda4dffb44672778d31b76d32927483 (diff)
downloadaur-f63710bb066c26038bd16cb9b1853e4332a0c134.tar.gz
updated to 39.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff03adebb6bd..3f5576938f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.39
- pkgrel = 2
+ pkgver = 0.39.1
+ pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
arch = any
@@ -20,8 +20,8 @@ pkgbase = motioneye
depends = mime-types
options = emptydirs
backup = etc/motioneye/motioneye.conf
- source = https://github.com/ccrisan/motioneye/archive/0.39.tar.gz
- md5sums = 65a42e4b150aedfbab4b07408c83018f
+ source = https://github.com/ccrisan/motioneye/archive/0.39.1.tar.gz
+ md5sums = ed5038ea8f0b955d376047dfb4758f56
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 104c4ccbb54e..55fd9ac63e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.39
-pkgrel=2
+pkgver=0.39.1
+pkgrel=1
pkgdesc="web-based user interface for motion"
arch=(any)
url="https://github.com/ccrisan/motioneye/"
@@ -25,7 +25,7 @@ options=(emptydirs)
install=motioneye.install
backup=('etc/motioneye/motioneye.conf')
source=("https://github.com/ccrisan/motioneye/archive/$pkgver.tar.gz")
-md5sums=('65a42e4b150aedfbab4b07408c83018f')
+md5sums=('ed5038ea8f0b955d376047dfb4758f56')
build() {
cd $srcdir/motioneye-$pkgver