summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-09-18 15:36:07 +0800
committerJack Chen2020-09-18 15:36:07 +0800
commit9bba14f823d96d5198d20bcb73cc8df15da8e4eb (patch)
tree89bf1862a7bbe578b1e69231e8c389f9427b0daa
parent11898f7696ad7c7db43dda00f12780db9d7fcdf4 (diff)
downloadaur-9bba14f823d96d5198d20bcb73cc8df15da8e4eb.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd4357370d7a..9e64e34b07ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = spd-eeprom
- pkgdesc = A simple command line tool for reading and writing SDR/DDR/DDR2/DDR3/DDR4 SDRAM SPD EEPROMs.
+ pkgdesc = A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs.
pkgver = 0.0.0.20200915
pkgrel = 1
url = https://github.com/redchenjs/spd-eeprom
@@ -7,8 +7,8 @@ pkgbase = spd-eeprom
license = Apache
depends = python
depends = i2c-tools
- source = https://github.com/redchenjs/spd-eeprom/archive/c37854918e5492713e8c3e02d6777263f408ba25/spd-eeprom-c37854918e5492713e8c3e02d6777263f408ba25.tar.gz
- sha512sums = fe80a0d2955d7574fba2688c0af3e2888056654a163f1d7c0da52fc7d0b92b8c0a10f4d643db7c97b0c5878d237b7d1cccad9dd40a5eab9f2f2686c439338e1e
+ source = https://github.com/redchenjs/spd-eeprom/archive/a6658e06e93fc56d4ac1a079cd3fcdeee3303039/spd-eeprom-a6658e06e93fc56d4ac1a079cd3fcdeee3303039.tar.gz
+ sha512sums = 2fa6c66145107a723df01b9070cb1ff508571bfda0aa691016fc6246a72fea0667271fdaa258cbdc9355a8089c4f18aaca7303eb6d9949bc1a632f765fcddd41
pkgname = spd-eeprom
diff --git a/PKGBUILD b/PKGBUILD
index a91b7ae5c18f..b56083c2aa8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=spd-eeprom
pkgver=0.0.0.20200915
-_commit=c37854918e5492713e8c3e02d6777263f408ba25
+_commit=a6658e06e93fc56d4ac1a079cd3fcdeee3303039
pkgrel=1
-pkgdesc="A simple command line tool for reading and writing SDR/DDR/DDR2/DDR3/DDR4 SDRAM SPD EEPROMs."
+pkgdesc="A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs."
arch=('any')
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=('fe80a0d2955d7574fba2688c0af3e2888056654a163f1d7c0da52fc7d0b92b8c0a10f4d643db7c97b0c5878d237b7d1cccad9dd40a5eab9f2f2686c439338e1e')
+sha512sums=('2fa6c66145107a723df01b9070cb1ff508571bfda0aa691016fc6246a72fea0667271fdaa258cbdc9355a8089c4f18aaca7303eb6d9949bc1a632f765fcddd41')
package() {
cd $pkgname-$_commit