summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDX372020-09-04 17:58:43 +0700
committerDX372020-09-04 17:58:43 +0700
commitb7b0feac09d6fc39c2fb02adeea2a3b57c2f9959 (patch)
tree0a184bbcd67f14eab2bef1cef60eee71a1aa8571
parent6ce000a29fe1cecdaf285f706836a343ef6920d8 (diff)
downloadaur-b7b0feac09d6fc39c2fb02adeea2a3b57c2f9959.tar.gz
fix sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b742526d4c2b..4afb04182b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = htop-temperature-rpi
source = https://github.com/htop-dev/htop/archive/3.0.1/htop-3.0.1.tar.gz
source = htop-temperature-rpi.patch
sha256sums = 8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca
- sha256sums = 42842d7cc73106e325dfa3335f34ad13818fd0b59e91f01d1377d26611369969
+ sha256sums = a8e2c2bf3f96c8d75d1e309c8056553b53c8dd23b5d1585cf63ff6166a91f4f6
pkgname = htop-temperature-rpi
diff --git a/PKGBUILD b/PKGBUILD
index 40ddc62e9aa7..3096fc378307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ options=('!emptydirs')
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
'htop-temperature-rpi.patch')
sha256sums=('8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca'
- '42842d7cc73106e325dfa3335f34ad13818fd0b59e91f01d1377d26611369969')
+ 'a8e2c2bf3f96c8d75d1e309c8056553b53c8dd23b5d1585cf63ff6166a91f4f6')
prepare() {
cd "$_pkgname-$pkgver"