summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2019-05-01 10:30:19 -0500
committerJeremy MountainJohnson2019-05-01 10:30:19 -0500
commitb3e9ad35085a3fcdd1279fe19b9402dd19571fc9 (patch)
tree21848b572dd9b5d5e6d90f52a55ffe5ae17cf3d4
parent036796e91abb38e47068b3647bf9eb1726eb2299 (diff)
downloadaur-b3e9ad35085a3fcdd1279fe19b9402dd19571fc9.tar.gz
$comments
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a9fdc1681db..015e2cedb57b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.40rc5
+ pkgver = 0.40
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.40rc5.tar.gz
- sha512sums = 2a4d1151bae571f7fc5ae2aa9ced40966efa008577637d0ed0efa36a9d1267f9ef35c0e6cccba24e20542f811dbc560a14b8c46ebd8870446477c9cb45e76814
+ source = https://github.com/ccrisan/motioneye/archive/0.40.tar.gz
+ sha512sums = e7cbc6d4afcebd2295ae97ad6615291b67c2ba466b9b30a0b8f4812ed3ec5d4e4a5b57ae5a8d73483a611c1a2e189a7b9bac85a0e09fed16371462fd63e8de6e
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 68da59ede333..dbd2d0b978db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.40rc5
+pkgver=0.40
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=('2a4d1151bae571f7fc5ae2aa9ced40966efa008577637d0ed0efa36a9d1267f9ef35c0e6cccba24e20542f811dbc560a14b8c46ebd8870446477c9cb45e76814')
+sha512sums=('e7cbc6d4afcebd2295ae97ad6615291b67c2ba466b9b30a0b8f4812ed3ec5d4e4a5b57ae5a8d73483a611c1a2e189a7b9bac85a0e09fed16371462fd63e8de6e')
build() {
cd $srcdir/motioneye-$pkgver