mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/xf86-video-dove fix xorg.conf typo
This commit is contained in:
parent
c371e2b7f4
commit
1bdf88f127
2 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ buildarch=4
|
|||
|
||||
pkgname="xf86-video-dove"
|
||||
pkgver=0.3.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('armv7h')
|
||||
url="http://www.solid-run.com/mw/index.php/CuBox_Drivers#GPU_Drivers"
|
||||
license=('GPL2')
|
||||
|
@ -37,4 +37,5 @@ package() {
|
|||
}
|
||||
|
||||
md5sums=('b48a969dfab79a66c1817463380fa89c'
|
||||
'adea3320b92080f54d72e9671ef85e77')
|
||||
'03294f82a3df0ccdf63f62ea1e4d027a')
|
||||
|
||||
|
|
|
@ -49,3 +49,5 @@ Section "Screen"
|
|||
Viewport 0 0
|
||||
Virtual 2048 2048
|
||||
EndSubSection
|
||||
EndSection
|
||||
|
||||
|
|
Loading…
Reference in a new issue