summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-09-20 11:44:32 +0800
committerJack Chen2020-09-20 11:44:32 +0800
commit9e3b1bc5ddbbb3effecd792e186ca67a2adf6a89 (patch)
tree05322b388eea6fd0999795b8e683d3dce65ecb92
parentdb29f5c83ca1f6c72e6c9fd4f4b8ee819a11c568 (diff)
downloadaur-9e3b1bc5ddbbb3effecd792e186ca67a2adf6a89.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 539e6b8af754..87f76bfb49e0 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/ebe9d1ff147bca10c072036bc40103a989d88ecb/spd-eeprom-ebe9d1ff147bca10c072036bc40103a989d88ecb.tar.gz
- sha512sums = fbbc878d5892128f17872e3a5dbe0023f345339feb98a43abbb8e7916a903d24630eb3d10c05b6cfd920d6f1655dbc6282289e87fcf605fd03bca2fb2ae7dfd5
+ source = https://github.com/redchenjs/spd-eeprom/archive/5bbdbd48544cbf4167a8ae756ede136a898b165a/spd-eeprom-5bbdbd48544cbf4167a8ae756ede136a898b165a.tar.gz
+ sha512sums = f16c2b8d06a534c3890dc19dc4e24e0623402721e0db34bf3366b6c5667d6f7402852627bd52a90cd7077b14c6c12a67fe022f579dc548a7637a5ee6a9bdf62f
pkgname = spd-eeprom
diff --git a/PKGBUILD b/PKGBUILD
index 1905c9b1b4a2..84b8ff8b60e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spd-eeprom
pkgver=0.0.0.20200915
-_commit=ebe9d1ff147bca10c072036bc40103a989d88ecb
+_commit=5bbdbd48544cbf4167a8ae756ede136a898b165a
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=('fbbc878d5892128f17872e3a5dbe0023f345339feb98a43abbb8e7916a903d24630eb3d10c05b6cfd920d6f1655dbc6282289e87fcf605fd03bca2fb2ae7dfd5')
+sha512sums=('f16c2b8d06a534c3890dc19dc4e24e0623402721e0db34bf3366b6c5667d6f7402852627bd52a90cd7077b14c6c12a67fe022f579dc548a7637a5ee6a9bdf62f')
package() {
cd $pkgname-$_commit