summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjskier2017-11-08 09:57:30 -0600
committerjskier2017-11-08 09:57:30 -0600
commit7e018cd1bf3db6acc74524a30f0eb358db82f5b0 (patch)
tree7ba1017d9e660f8cf38601bd647c5de42b2b7ddc
parent78a3c78ddee0b2a8cdcc6a874cfcce3af3191e31 (diff)
downloadaur-7e018cd1bf3db6acc74524a30f0eb358db82f5b0.tar.gz
update to .038
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d8e4c91ef1..cc073cb7e2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.37.1
+ pkgver = 0.38
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.37.1.tar.gz
- md5sums = ca1bd5d97dfa0da67c1a53b4c37fe1c5
+ source = https://github.com/ccrisan/motioneye/archive/0.38.tar.gz
+ md5sums = 273303a7c504cbd5a7584a2564e05621
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index d00e20d69941..8a74f6987d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.37.1
+pkgver=0.38
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=('ca1bd5d97dfa0da67c1a53b4c37fe1c5')
+md5sums=('273303a7c504cbd5a7584a2564e05621')
build() {
cd $srcdir/motioneye-$pkgver