summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Hedlund2016-08-09 17:33:39 +0200
committerNiklas Hedlund2016-08-09 17:33:39 +0200
commit2c9a730c4bd85ec77e2df96fb86bf40579cfd962 (patch)
treeec454f1848ee47d7b9bac78cffb09775ba29d2f8
parentb69b5794719f4cab1f8f62d4d25394be807ea94f (diff)
downloadaur-2c9a730c4bd85ec77e2df96fb86bf40579cfd962.tar.gz
Version 0.33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 483beb6ec2db..45c17d652706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 4 15:10:15 UTC 2016
+# Tue Aug 9 15:33:27 UTC 2016
pkgbase = motioneye
pkgdesc = web-based user interface for motion
- pkgver = 0.32.1
+ pkgver = 0.33
pkgrel = 1
url = https://github.com/ccrisan/motioneye/
install = motioneye.install
@@ -22,8 +22,8 @@ pkgbase = motioneye
depends = mime-types
options = emptydirs
backup = etc/motioneye/motioneye.conf
- source = https://github.com/ccrisan/motioneye/archive/0.32.1.tar.gz
- md5sums = e0ba8d356e4cffa4c3693d6604dae542
+ source = https://github.com/ccrisan/motioneye/archive/0.33.tar.gz
+ md5sums = 69651226c427e802b4697aa1e34d1af0
pkgname = motioneye
diff --git a/PKGBUILD b/PKGBUILD
index 32b4ff37c2c8..237e7bb76acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niklas Hedlund <nojan1989@gmail.com>
pkgname=motioneye
-pkgver=0.32.1
+pkgver=0.33
pkgrel=1
pkgdesc="web-based user interface for motion"
arch=(any)
@@ -24,7 +24,7 @@ options=(emptydirs)
install=motioneye.install
backup=('etc/motioneye/motioneye.conf')
source=("https://github.com/ccrisan/motioneye/archive/$pkgver.tar.gz")
-md5sums=('e0ba8d356e4cffa4c3693d6604dae542')
+md5sums=('69651226c427e802b4697aa1e34d1af0')
build() {
cd $srcdir/motioneye-$pkgver
@@ -37,7 +37,6 @@ package() {
mkdir -p $pkgdir/etc/motioneye
mkdir -p $pkgdir/var/lib/motioneye
-
cp $srcdir/motioneye-$pkgver/extra/motioneye.conf.sample $pkgdir/etc/motioneye/motioneye.conf
install -Dm644 "$srcdir/motioneye-$pkgver/extra/motioneye.systemd-unit" $pkgdir/usr/lib/systemd/system/motioneye.service