summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Bling2020-10-21 03:57:46 -0400
committerCode Bling2020-10-21 03:57:46 -0400
commit1ccb56e8ec5f2d977596f16fa54a82c13cfd7748 (patch)
tree4e9eacb9652b14ce28a255f9e0359b5aee767a1e
parentb826162e033fd11f799937dd27b79d355445d78c (diff)
downloadaur-1ccb56e8ec5f2d977596f16fa54a82c13cfd7748.tar.gz
Update version and SRCINFO
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD2
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c21f1d8bb1e..869f465b25b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
pkgbase = it87-dkms-git
- pkgdesc = Linux Driver for ITE LPC chips
- pkgver = 148.40bec4b
+ pkgdesc = Linux Driver for ITE LPC chips, using frankcrawford's upstream
+ pkgver = 152.2b8b4fe
pkgrel = 1
- url = https://github.com/bbqlinux/it87
+ url = https://github.com/frankcrawford/it87
arch = x86_64
arch = i686
license = GPL
+ makedepends = git
+ makedepends = linux-headers
+ depends = make
+ depends = gcc
+ depends = linux
depends = dkms
provides = it87
- source = it87::git+https://github.com/bbqlinux/it87.git
+ source = it87::git+https://github.com/frankcrawford/it87.git
source = dkms.conf
source = it87.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d557a880d127..711f16a3178e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=it87
pkgname=it87-dkms-git
-pkgver=148.40bec4b
+pkgver=152.2b8b4fe
pkgrel=1
pkgdesc="Linux Driver for ITE LPC chips, using frankcrawford's upstream"
arch=('x86_64' 'i686')