summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhndrkk2023-05-07 17:38:43 +0200
committerhndrkk2023-05-07 17:38:43 +0200
commitc36300e9236dd712cdd283284a2388665390615d (patch)
treee4cd0755c5169a9afbebea63cda569ea3fcf54c1 /PKGBUILD
parent4f3c57dd5837a99a831e95b75d2afcbec74a846d (diff)
downloadaur-c36300e9236dd712cdd283284a2388665390615d.tar.gz
remove second cargo build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65b604e2aba1..9e1a06c537e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='bat'
pkgname="bat-cat-git"
pkgver=r2621.e828d784
-pkgrel=1
+pkgrel=2
pkgdesc="A cat(1) clone with wings."
arch=('x86_64')
url='https://github.com/sharkdp/bat'
@@ -30,7 +30,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
- cargo build --release
install -D ./target/release/${_pkgname} "${pkgdir}/usr/bin/${_pkgname}"
}