summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2019-03-18 14:55:35 -0500
committerJeremy MountainJohnson2019-03-18 14:55:35 -0500
commit2b4096109aa6a19a8292ebad9e46397797ab34b5 (patch)
treebcd3e2b053bcacf7c163a49c4a62a9d07e4d27b1
parentc7bcc4c1b6f52eefc9bad7fa352f6114e2621207 (diff)
downloadaur-2b4096109aa6a19a8292ebad9e46397797ab34b5.tar.gz
0.40rc4-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a6c9056f1f..e2cd6037d72c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.40rc1
+ pkgver = 0.40rc4
pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
@@ -21,8 +21,8 @@ pkgbase = motioneye
depends = mime-types
options = emptydirs
backup = etc/motioneye/motioneye.conf
- source = https://github.com/ccrisan/motioneye/archive/0.40rc1.tar.gz
- sha512sums = bfa60c53eb971b43a9e9872ff847d17cb9161d29c66df2acc7dc87e0f42f7da71a4ad6395524caeeda8b96ce0c444254e1e8757905e5f464b59039f1c9100701
+ source = https://github.com/ccrisan/motioneye/archive/0.40rc4.tar.gz
+ sha512sums = ef97473bb76a7dcc54accb2153acb5c164a5a159b71848f3327563d95b00982cb1e4a57a2cc2800b1fdac1c6c0268ab47816cc65caa32e67cf6bd301e5b6e75d
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index cbe230c5820e..ce07526422f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.40rc1
+pkgver=0.40rc4
pkgrel=1
pkgdesc="web-based user interface for motion"
arch=(any)
@@ -26,7 +26,7 @@ options=(emptydirs)
install=motioneye.install
backup=('etc/motioneye/motioneye.conf')
source=("https://github.com/ccrisan/motioneye/archive/$pkgver.tar.gz")
-sha512sums=('bfa60c53eb971b43a9e9872ff847d17cb9161d29c66df2acc7dc87e0f42f7da71a4ad6395524caeeda8b96ce0c444254e1e8757905e5f464b59039f1c9100701')
+sha512sums=('ef97473bb76a7dcc54accb2153acb5c164a5a159b71848f3327563d95b00982cb1e4a57a2cc2800b1fdac1c6c0268ab47816cc65caa32e67cf6bd301e5b6e75d')
build() {
cd $srcdir/motioneye-$pkgver