summaryrefslogtreecommitdiffstats
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 2d180ab..7a6c82c 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 = 934e54f1bad59bc53cd97bd799ed830c 10 sha1sums = 9440d085e9ef93a94127ed634edbbfb2048186c7
11 11
12pkgname = pfetch 12pkgname = pfetch
13 13
diff --git a/PKGBUILD b/PKGBUILD
index 7f38249..dc7f30c 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=('934e54f1bad59bc53cd97bd799ed830c') 11sha1sums=('9440d085e9ef93a94127ed634edbbfb2048186c7')
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"