diff --git a/motion-git/.SRCINFO b/motion-git/.SRCINFO index 2167de4..b73e706 100644 --- a/motion-git/.SRCINFO +++ b/motion-git/.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/motion-git/PKGBUILD b/motion-git/PKGBUILD index a35d467..bcc32da 100644 --- a/motion-git/PKGBUILD +++ b/motion-git/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Sergej Pupykin 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() {