diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ url="https://github.com/dylanaraps/$pkgname" | |||
8 | license=('MIT') | 8 | license=('MIT') |
9 | provides=("$pkgname") | 9 | provides=("$pkgname") |
10 | source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz") | 10 | source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz") |
11 | md5sums=('934e54f1bad59bc53cd97bd799ed830c') | 11 | sha1sums=('9440d085e9ef93a94127ed634edbbfb2048186c7') |
12 | 12 | ||
13 | package() { | 13 | package() { |
14 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" | 14 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" |