summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCode Bling2020-10-21 03:54:10 -0400
committerCode Bling2020-10-21 03:54:10 -0400
commitb826162e033fd11f799937dd27b79d355445d78c (patch)
treece05c6e7f7d96e0b0f22412ba038ff641ebfb796 /PKGBUILD
parentffb87e41ab5e070516d02d212ee6888021b885d9 (diff)
downloadaur-b826162e033fd11f799937dd27b79d355445d78c.tar.gz
Update package to use different upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa30cd6e762..d557a880d127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ _pkgbase=it87
pkgname=it87-dkms-git
pkgver=148.40bec4b
pkgrel=1
-pkgdesc="Linux Driver for ITE LPC chips"
+pkgdesc="Linux Driver for ITE LPC chips, using frankcrawford's upstream"
arch=('x86_64' 'i686')
-url="https://github.com/bbqlinux/it87"
+url="https://github.com/frankcrawford/it87"
license=('GPL')
depends=('make' 'gcc' 'linux' 'dkms')
makedepends=('git' 'linux-headers')
provides=('it87')
-source=("$_pkgbase::git+https://github.com/bbqlinux/it87.git"
+source=("$_pkgbase::git+https://github.com/frankcrawford/it87.git"
"dkms.conf"
"it87.conf")