upgpkg: motion-git 4.4.0.r44.db94a89-1
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = motion-git
|
pkgbase = motion-git
|
||||||
pkgdesc = Monitor and record video signals from many types of cameras
|
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
|
pkgrel = 1
|
||||||
url = https://motion-project.github.io
|
url = https://motion-project.github.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -5,7 +5,7 @@
|
|||||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
|
|
||||||
pkgname=motion-git
|
pkgname=motion-git
|
||||||
pkgver=3.4.1.r793.db94a89
|
pkgver=4.4.0.r44.db94a89
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Monitor and record video signals from many types of cameras"
|
pkgdesc="Monitor and record video signals from many types of cameras"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -27,7 +27,7 @@ b2sums=('SKIP'
|
|||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$srcdir/${pkgname%-git}"
|
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() {
|
build() {
|
||||||
|
Reference in New Issue
Block a user