summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjskier2019-12-18 20:37:46 -0600
committerjskier2019-12-18 20:37:46 -0600
commit5977ec51330546e918af053fdd58708dd894fce7 (patch)
treef188fd5cccb6181f784059aa9fbe140dd7968b58
parentea64ceef51e40905328a863adfc2a89b372ac54c (diff)
downloadaur-5977ec51330546e918af053fdd58708dd894fce7.tar.gz
.42 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f0e5a042d07..31fd6e0634d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.41
+ pkgver = 0.42
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.41.tar.gz
- sha512sums = 2f98d946e8ab5014a8e01fc9376f6993730254749ba0f0ae78c209e9275e3b6ffa8e0534b60410cfa9cc340ec61f0d5359b5b082387154f616edbb8f755ccf7b
+ source = https://github.com/ccrisan/motioneye/archive/0.42.tar.gz
+ sha512sums = 7e80f57f32125b0145ea6ab87e31d56713e49f27918bc5eebcd74cdc2d1dbbfe508c03b409f43b25a9c3fee43e31ef8b1808bd3e1c4c3bace05817ee66297b38
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 18521f9832cd..51bf7fbf12af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.41
+pkgver=0.42
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=('2f98d946e8ab5014a8e01fc9376f6993730254749ba0f0ae78c209e9275e3b6ffa8e0534b60410cfa9cc340ec61f0d5359b5b082387154f616edbb8f755ccf7b')
+sha512sums=('7e80f57f32125b0145ea6ab87e31d56713e49f27918bc5eebcd74cdc2d1dbbfe508c03b409f43b25a9c3fee43e31ef8b1808bd3e1c4c3bace05817ee66297b38')
build() {
cd $srcdir/motioneye-$pkgver