summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Harting2022-10-26 17:27:18 +0200
committerGiovanni Harting2022-10-26 17:27:18 +0200
commit498cf42297018b36beef9510f00835983c99f874 (patch)
treecba03ccf317e1445b2f89405cdff5f4e6e21f0eb
parent6439bece358ac4273f8558265d9a1b800727c430 (diff)
downloadaur-498cf42297018b36beef9510f00835983c99f874.tar.gz
upgpkg: motion-git 4.4.0.r44.db94a89-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2167de4abe2e..b73e70648cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a35d46797dac..bcc32daa93ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {