summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d180ab84db5..7a6c82cddf42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = pfetch
license = MIT
provides = pfetch
source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz
- md5sums = 934e54f1bad59bc53cd97bd799ed830c
+ sha1sums = 9440d085e9ef93a94127ed634edbbfb2048186c7
pkgname = pfetch
diff --git a/PKGBUILD b/PKGBUILD
index 7f382494b2e2..dc7f30c59786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/dylanaraps/$pkgname"
license=('MIT')
provides=("$pkgname")
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('934e54f1bad59bc53cd97bd799ed830c')
+sha1sums=('9440d085e9ef93a94127ed634edbbfb2048186c7')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch"