upg hwdata
This commit is contained in:
parent
9d221e426c
commit
ad12d8f421
3 changed files with 6 additions and 8 deletions
|
@ -6,8 +6,8 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=hwdata
|
||||
pkgver=0.362
|
||||
pkgrel=02
|
||||
pkgver=0.363
|
||||
pkgrel=01
|
||||
pkgdesc="hardware identification databases"
|
||||
makedepends=('git')
|
||||
replaces=('hwids')
|
||||
|
@ -19,8 +19,8 @@ source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
|
|||
build() {
|
||||
cd ${pkgname}
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
# make
|
||||
|
||||
package() {
|
||||
cd ${pkgname}
|
||||
|
@ -38,3 +38,4 @@ validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
|
|||
|
||||
sha256sums=(SKIP)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=hwdata
|
||||
pkgver=0.362
|
||||
pkgrel=2
|
||||
pkgver=0.363
|
||||
pkgrel=1
|
||||
pkgdesc="hardware identification databases"
|
||||
makedepends=('git')
|
||||
replaces=('hwids')
|
||||
|
@ -15,7 +15,6 @@ sha256sums=('SKIP')
|
|||
build() {
|
||||
cd ${pkgname}
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
git
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue