upgpkg: motion-git 4.4.0.r44.db94a89-1

This commit is contained in:
2022-10-26 17:27:18 +02:00
parent e8df15bee6
commit f3aa2167cf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = motion-git
pkgdesc = Monitor and record video signals from many types of cameras
pkgver = 3.4.1.r793.db94a89
pkgver = 4.4.0.r44.db94a89
pkgrel = 1
url = https://motion-project.github.io
arch = x86_64

View File

@@ -5,7 +5,7 @@
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=motion-git
pkgver=3.4.1.r793.db94a89
pkgver=4.4.0.r44.db94a89
pkgrel=1
pkgdesc="Monitor and record video signals from many types of cameras"
arch=('x86_64')
@@ -27,7 +27,7 @@ b2sums=('SKIP'
pkgver() {
cd "$srcdir/${pkgname%-git}"
printf "%s" "$(git describe --long | sed 's/release-//g;s/\([^-]*-\)g/r\1/;s/-/./g')"
printf "%s" "$(git describe --long --tags | sed 's/release-//g;s/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {