diff options
author | TalisFb | 2023-01-22 00:04:37 +0000 |
---|---|---|
committer | TalisFb | 2023-01-22 00:04:37 +0000 |
commit | 15b51818d79680646a09730cf56512760260ceed (patch) | |
tree | fd5a8c30aebd2012cff98345b54e6d58ce2f3351 | |
parent | 64048075b63671efebf9375f81a4259058aa2b38 (diff) | |
download | aur-15b51818d79680646a09730cf56512760260ceed.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,6 +9,6 @@ pkgbase = treq-bin provides = treq conflicts = treq source = https://github.com/talis-fb/TReq/releases/download/v0.1.6/treq-0.1.6-x86_64.tar.gz - sha256sums = 3ea17c9e95860708a9b24441b71576fc78010703d56c738688160b6880975e76 + sha256sums = b5cc5944a3f54e8c8ec66f0358b23a69f08fa92c1857101e67ec03c79fab603c pkgname = treq-bin @@ -13,7 +13,7 @@ provides=("treq") conflicts=("treq") optdepends=("vim") source=("https://github.com/talis-fb/TReq/releases/download/v$pkgver/treq-$pkgver-x86_64.tar.gz") -sha256sums=("3ea17c9e95860708a9b24441b71576fc78010703d56c738688160b6880975e76") +sha256sums=("b5cc5944a3f54e8c8ec66f0358b23a69f08fa92c1857101e67ec03c79fab603c") package() { install -Dm755 treq -t "$pkgdir/usr/bin" |