mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/aml-libs-c2 to r9.296f39b-1
This commit is contained in:
parent
a0cecf2e9e
commit
da02081c9b
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
# Misc video rules
|
||||
KERNEL=="event*", SUBSYSTEM=="input", MODE="0777"
|
||||
KERNEL=="CEC", MODE="0777"
|
||||
KERNEL=="am*", MODE="0666"
|
||||
|
||||
# GPIO Mem
|
||||
SUBSYSTEM=="meson-gpiomem", GROUP="sys", MODE="0660"
|
||||
|
||||
# CEC Compat
|
||||
KERNEL=="cec", SYMLINK+="aocec"
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=aml-libs-c2
|
||||
pkgver=r3.ed1d8b8
|
||||
pkgver=r9.296f39b
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
arch=('armv7h')
|
||||
pkgdesc="ODROID-C2 Amlogic Libraries"
|
||||
url="http://www.hardkernel.com/"
|
||||
license=('Proprietary')
|
||||
|
@ -15,7 +15,7 @@ makedepends=('git')
|
|||
source=("git+https://github.com/mdrjr/c2_aml_libs.git"
|
||||
'99-amlogic.rules')
|
||||
md5sums=('SKIP'
|
||||
'42c96dc41889cb0ef86a30135e6ab939')
|
||||
'42c9f74fc92755a975ed524c4735db42')
|
||||
|
||||
pkgver() {
|
||||
cd c2_aml_libs
|
||||
|
|
Loading…
Reference in a new issue