update pkgver, so out-of-date is gone
This commit is contained in:
parent
b7b348f38e
commit
0862959b2d
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = indicator-kdeconnect-git
|
pkgbase = indicator-kdeconnect-git
|
||||||
pkgdesc = Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)
|
pkgdesc = Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)
|
||||||
pkgver = 66.6d8f5dd
|
pkgver = r276.c694300
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/bajoja/indicator-kdeconnect
|
url = https://github.com/bajoja/indicator-kdeconnect
|
||||||
arch = any
|
arch = any
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: shimi <shimi.chen@gmail.com>
|
# Contributor: shimi <shimi.chen@gmail.com>
|
||||||
# Contributor: Gustavo Castro <gustawho at gmail dot com>
|
# Contributor: Gustavo Castro <gustawho at gmail dot com>
|
||||||
pkgname=indicator-kdeconnect-git
|
pkgname=indicator-kdeconnect-git
|
||||||
pkgver=66.6d8f5dd
|
pkgver=r276.c694300
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_gitname=indicator-kdeconnect
|
_gitname=indicator-kdeconnect
|
||||||
pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)"
|
pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)"
|
||||||
|
@ -16,7 +16,7 @@ md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $_gitname
|
cd $_gitname
|
||||||
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in New Issue