summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Silverman2021-02-19 15:06:57 +0000
committerBen Silverman2021-02-19 15:06:57 +0000
commit71bc6d2d3b90d91c81571fb992213a5bef36b529 (patch)
tree51bcedfccad8338ec6fa08e29e9c46bc40d137bb
parent007743291344745ed9683ae083c73f64f31661cc (diff)
downloadaur-71bc6d2d3b90d91c81571fb992213a5bef36b529.tar.gz
Update md5sums to version 3.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15061f378704..78d42febfed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = alacritty-themes
depends = nodejs
noextract = alacritty-themes-3.0.0.tgz
source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-3.0.0.tgz
- md5sums = 3d94583d23aaccba842956e25454fd92
+ md5sums = 7577fe140c3ea1e821f2de9b7bd34ba8
pkgname = alacritty-themes
diff --git a/PKGBUILD b/PKGBUILD
index 5c2e14299385..a13a15680a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=("nodejs")
makedepends=("npm" "jq")
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-md5sums=('3d94583d23aaccba842956e25454fd92')
+md5sums=('7577fe140c3ea1e821f2de9b7bd34ba8')
package() {
npm install -g --cache "${srcdir}/npm-cache" --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"