summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-09-21 14:14:07 +0800
committerJack Chen2020-09-21 14:14:07 +0800
commitcac7cddf4cd1c9dbcdd227031682a6f5aa00390e (patch)
treeee766ec3e6305962af2286a9a7d89103bb86a328
parentbd38f56d340fffd983cbdb845c0523237b86469b (diff)
downloadaur-cac7cddf4cd1c9dbcdd227031682a6f5aa00390e.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325672be3175..1171096aa8c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = spd-eeprom
arch = any
license = Apache
depends = python
- depends = i2c-tools
source = https://github.com/redchenjs/spd-eeprom/archive/b9afcb8602b579020061cb0ca0761d59d8603327/spd-eeprom-b9afcb8602b579020061cb0ca0761d59d8603327.tar.gz
sha512sums = a204678c4a2dffe27fc15eb6e093140cd1ef483850cb122f37fbf1572f78c5689b2df892aca5665e5a64bb68c6bea4ed65bac4339013309fa1b5ecab9c0197b5
diff --git a/PKGBUILD b/PKGBUILD
index f2826d30945a..c879bba97d3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A simple command line tool for reading and writing AT24/EE1004 SPD EEPR
arch=('any')
url="https://github.com/redchenjs/spd-eeprom"
license=('Apache')
-depends=('python' 'i2c-tools')
+depends=('python')
source=("https://github.com/redchenjs/spd-eeprom/archive/$_commit/spd-eeprom-$_commit.tar.gz")
sha512sums=('a204678c4a2dffe27fc15eb6e093140cd1ef483850cb122f37fbf1572f78c5689b2df892aca5665e5a64bb68c6bea4ed65bac4339013309fa1b5ecab9c0197b5')