summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-04-05 14:48:05 -0500
committerJeremy MountainJohnson2018-04-05 14:48:05 -0500
commitf771a14e9dda4dffb44672778d31b76d32927483 (patch)
treeea9064643de812d42ede99edf9bcb8895624be29
parent4a22deecbc4767f3e6ba133ecefa66d9ec133762 (diff)
downloadaur-f771a14e9dda4dffb44672778d31b76d32927483.tar.gz
correction, update to .39, update hash
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f98da0a927d..ff03adebb6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.90
- pkgrel = 1
+ pkgver = 0.39
+ pkgrel = 2
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.90.tar.gz
- md5sums = 620bf1dcaa1a221da328acf5aa65402c
+ source = https://github.com/ccrisan/motioneye/archive/0.39.tar.gz
+ md5sums = 65a42e4b150aedfbab4b07408c83018f
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 4bd93f471cbe..104c4ccbb54e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.90
-pkgrel=1
+pkgver=0.39
+pkgrel=2
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=('620bf1dcaa1a221da328acf5aa65402c')
+md5sums=('65a42e4b150aedfbab4b07408c83018f')
build() {
cd $srcdir/motioneye-$pkgver