mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
odroid-c1-remote: use previous versioning
This commit is contained in:
parent
ff5c0c0f08
commit
e18cb0f848
1 changed files with 2 additions and 7 deletions
|
@ -4,8 +4,8 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=odroid-c1-remote
|
||||
pkgver=r1.00b09c9
|
||||
pkgrel=1
|
||||
pkgver=0.3
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
pkgdesc="ODROID-C1 remote control setup"
|
||||
url="http://www.hardkernel.com/"
|
||||
|
@ -16,11 +16,6 @@ source=("git+https://github.com/mdrjr/c1_irremote.git"
|
|||
md5sums=('SKIP'
|
||||
'6866b4f07369de69ea6ec57a3304c484')
|
||||
|
||||
pkgver() {
|
||||
cd c1_irremote
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd c1_irremote
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue