summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChexier2020-04-01 12:38:36 -0300
committerChexier2020-04-01 12:38:36 -0300
commitbec8d46e1e00aba714fd377fdf1e73ebd746a21e (patch)
tree91ba8616c00ff83b753182232cd0313b3c923c56
parent82a86a3ed6cb4544be3dbe2b623a9f8137955a67 (diff)
downloadpackages-bec8d46e1e00aba714fd377fdf1e73ebd746a21e.tar.gz
packages-bec8d46e1e00aba714fd377fdf1e73ebd746a21e.tar.bz2
packages-bec8d46e1e00aba714fd377fdf1e73ebd746a21e.zip
Add md5sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa45245..2d180ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = pfetch
7 license = MIT 7 license = MIT
8 provides = pfetch 8 provides = pfetch
9 source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz 9 source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz
10 md5sums = SKIP 10 md5sums = 934e54f1bad59bc53cd97bd799ed830c
11 11
12pkgname = pfetch 12pkgname = pfetch
13 13
diff --git a/PKGBUILD b/PKGBUILD
index 3d2709d..7f38249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/dylanaraps/$pkgname"
8license=('MIT') 8license=('MIT')
9provides=("$pkgname") 9provides=("$pkgname")
10source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz") 10source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz")
11md5sums=('SKIP') 11md5sums=('934e54f1bad59bc53cd97bd799ed830c')
12 12
13package() { 13package() {
14 install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" 14 install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch"