summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2019-08-29 12:00:32 -0500
committerJeremy MountainJohnson2019-08-29 12:00:32 -0500
commitea64ceef51e40905328a863adfc2a89b372ac54c (patch)
tree93e542873f2c131051529bb5859e818d89f8a2f1
parentb3e9ad35085a3fcdd1279fe19b9402dd19571fc9 (diff)
downloadaur-ea64ceef51e40905328a863adfc2a89b372ac54c.tar.gz
.41 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015e2cedb57b..4f0e5a042d07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.40
+ pkgver = 0.41
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.40.tar.gz
- sha512sums = e7cbc6d4afcebd2295ae97ad6615291b67c2ba466b9b30a0b8f4812ed3ec5d4e4a5b57ae5a8d73483a611c1a2e189a7b9bac85a0e09fed16371462fd63e8de6e
+ source = https://github.com/ccrisan/motioneye/archive/0.41.tar.gz
+ sha512sums = 2f98d946e8ab5014a8e01fc9376f6993730254749ba0f0ae78c209e9275e3b6ffa8e0534b60410cfa9cc340ec61f0d5359b5b082387154f616edbb8f755ccf7b
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index dbd2d0b978db..18521f9832cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.40
+pkgver=0.41
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=('e7cbc6d4afcebd2295ae97ad6615291b67c2ba466b9b30a0b8f4812ed3ec5d4e4a5b57ae5a8d73483a611c1a2e189a7b9bac85a0e09fed16371462fd63e8de6e')
+sha512sums=('2f98d946e8ab5014a8e01fc9376f6993730254749ba0f0ae78c209e9275e3b6ffa8e0534b60410cfa9cc340ec61f0d5359b5b082387154f616edbb8f755ccf7b')
build() {
cd $srcdir/motioneye-$pkgver