summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-07-25 11:39:32 -0500
committerLuis Martinez2022-07-25 11:39:48 -0500
commit269c0660d789379c518475c3347a6a10d8e97637 (patch)
treebee033e60126f31e61d425e7deca2cf9d4d5a3d1 /PKGBUILD
parent52d4d44989f392aa3857e28175456e4351ca6b3f (diff)
downloadaur-tcpstat.tar.gz
small fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5b7347f0c8..5d28b1b67e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tcpstat
pkgver=1.5
-pkgrel=4
+pkgrel=5
pkgdesc="Network interface statistics, with output similar to vmstat(8)"
arch=('x86_64')
url="https://frenchfries.net/paul/tcpstat"
@@ -27,5 +27,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm444 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}