summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-02-07 12:17:09 -0600
committerJeremy MountainJohnson2018-02-07 12:17:09 -0600
commitdc151276db109f7ebc327a74003c4ebecfe58461 (patch)
tree237d660149f5dade2d53ba116575021caadea61c
parent7e018cd1bf3db6acc74524a30f0eb358db82f5b0 (diff)
downloadaur-dc151276db109f7ebc327a74003c4ebecfe58461.tar.gz
update to .38.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc073cb7e2a9..3e4baf518026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.38
+ pkgver = 0.38.1
pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
@@ -20,8 +20,8 @@ pkgbase = motioneye
depends = mime-types
options = emptydirs
backup = etc/motioneye/motioneye.conf
- source = https://github.com/ccrisan/motioneye/archive/0.38.tar.gz
- md5sums = 273303a7c504cbd5a7584a2564e05621
+ source = https://github.com/ccrisan/motioneye/archive/0.38.1.tar.gz
+ md5sums = 620bf1dcaa1a221da328acf5aa65402c
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 8a74f6987d16..fb5b53d7d90c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.38
+pkgver=0.38.1
pkgrel=1
pkgdesc="web-based user interface for motion"
arch=(any)
@@ -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=('273303a7c504cbd5a7584a2564e05621')
+md5sums=('620bf1dcaa1a221da328acf5aa65402c')
build() {
cd $srcdir/motioneye-$pkgver