mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
revert to ef04e618cb
This commit is contained in:
parent
5bb150a1ff
commit
efc77a7d37
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=couchpotato-git
|
||||
_gitname=CouchPotatoServer
|
||||
pkgver=2358.324415b
|
||||
pkgver=f1dde5c
|
||||
pkgrel=1
|
||||
pkgdesc="Automatic Movie Downloading via NZBs & Torrent"
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ md5sums=('SKIP' '82813cd00a17dd78f10756d71c7eb848')
|
|||
|
||||
pkgver() {
|
||||
cd $_gitname
|
||||
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
|
||||
git describe --always | sed 's|-|.|g'
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue