summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-09-18 19:25:20 +0800
committerJack Chen2020-09-18 19:25:20 +0800
commit90e50b02c44b978abb8ad1125b4c440053ae452b (patch)
treef021745938bc88563d5adb6666a83116215b3931
parent6f31499de9e4720a11bf7b3db73bb490ca3071d0 (diff)
downloadaur-90e50b02c44b978abb8ad1125b4c440053ae452b.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b9ae5aaf23..afdbebe12ac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = spd-eeprom
license = Apache
depends = python
depends = i2c-tools
- source = https://github.com/redchenjs/spd-eeprom/archive/2c984bb0fcb6ad14a5c17e578bc6e8d217aa64a7/spd-eeprom-2c984bb0fcb6ad14a5c17e578bc6e8d217aa64a7.tar.gz
- sha512sums = 150c0be16ebff98eaf0e5d391d600518a59acb1cacdc2a3ca3ed8c7266baaa9ea6797b8f072c4569b49b8127377811cf20438a996424aafb0e25b3526de4da46
+ source = https://github.com/redchenjs/spd-eeprom/archive/41f0fa7266f29bb4ef3aba30e52839fdd0e82d5e/spd-eeprom-41f0fa7266f29bb4ef3aba30e52839fdd0e82d5e.tar.gz
+ sha512sums = 9a0fe8f3596bbc9e0137b2928da7f71e12a7363454a79ba455c91d2ff4fb7cc6ee93159bda0a0934675c281c8c6429eebca6f40f244bbd2503147c9a3f7366e4
pkgname = spd-eeprom
diff --git a/PKGBUILD b/PKGBUILD
index 8eb6999d0cb2..09fa6ca8c2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spd-eeprom
pkgver=0.0.0.20200915
-_commit=2c984bb0fcb6ad14a5c17e578bc6e8d217aa64a7
+_commit=41f0fa7266f29bb4ef3aba30e52839fdd0e82d5e
pkgrel=1
pkgdesc="A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/redchenjs/spd-eeprom"
license=('Apache')
depends=('python' 'i2c-tools')
source=("https://github.com/redchenjs/spd-eeprom/archive/$_commit/spd-eeprom-$_commit.tar.gz")
-sha512sums=('150c0be16ebff98eaf0e5d391d600518a59acb1cacdc2a3ca3ed8c7266baaa9ea6797b8f072c4569b49b8127377811cf20438a996424aafb0e25b3526de4da46')
+sha512sums=('9a0fe8f3596bbc9e0137b2928da7f71e12a7363454a79ba455c91d2ff4fb7cc6ee93159bda0a0934675c281c8c6429eebca6f40f244bbd2503147c9a3f7366e4')
package() {
cd $pkgname-$_commit