[arch-commits] Commit in motion/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 1 01:15:51 UTC 2020


    Date: Monday, June 1, 2020 @ 01:15:49
  Author: felixonmars
Revision: 637792

upgpkg: motion 4.3.1-1

Modified:
  motion/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-01 01:11:45 UTC (rev 637791)
+++ PKGBUILD	2020-06-01 01:15:49 UTC (rev 637792)
@@ -4,13 +4,13 @@
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=motion
-pkgver=4.2.2
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Monitor and record video signals from many types of cameras"
 arch=('x86_64')
 license=('GPL')
 url="https://motion-project.github.io"
-depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp')
+depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp' 'mariadb-libs')
 optdepends=('gettext: native language support')
 backup=('etc/motion/motion.conf')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz"
@@ -17,14 +17,14 @@
         'motion.service'
         'motion.sysusers'
         'motion.tmpfiles')
-sha256sums=('c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e'
-            'a78dba35414f4d7147cc2c622eecdb3df249978023cbea5c6bc420c34ca387e7'
-            '353fe3c2ee0afb7dafe1c6b7d1ac5655449dab836ab387cf335b4bd1dd37bf27'
-            'b34eaf6b085a25ef310102f892d0909247f1acb9d6a75cc9faca85e1ef076a1c')
+sha512sums=('17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6'
+            '817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273'
+            '6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5'
+            'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b')
 
 build() {
   cd $pkgname-release-$pkgver
-  autoreconf
+  autoreconf -fi
   ./configure --prefix=/usr \
     --without-pgsql \
     --without-mysql \
@@ -37,7 +37,7 @@
 package(){
   cd $pkgname-release-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 motion-dist.conf "$pkgdir"/etc/motion/motion.conf
+  install -Dm644 data/motion-dist.conf "$pkgdir"/etc/motion/motion.conf
   install -Dm644 "$srcdir"/motion.service "$pkgdir"/usr/lib/systemd/system/motion.service
   install -Dm644 "$srcdir"/motion.sysusers "$pkgdir"/usr/lib/sysusers.d/motion.conf
   install -Dm644 "$srcdir"/motion.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/motion.conf



More information about the arch-commits mailing list