makedeb


exa-bin 0.10.1-3


Replacement for ls written in Rust

Click here to go back to the commit logs for exa-bin.

Commit:


Hash: 10d320db7c5f35e0519e1b1f2d09e58ac49fb3f8

Message: fixed redundant functions

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 82d05e4..97c41f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
 # Maintainer: only_vip  <onlyme_vip@protonmail.com>
-_pkgname=exa
 pkgname="exa-bin"
+_pkgname="exa"
 pkgver=0.10.1
 pkgrel=1
 pkgdesc="Replacement for ls written in Rust"
 arch=("x86_64" "armv7")
 depends=("unzip")
-replaces=("exa")
 provides=("exa")
 conflicts=("exa")
 replaces=("exa")
 url="https://github.com/ogham/${_pkgname}"
 license=("MIT")
-depends=()
 
 source_x86_64=("https://github.com/ogham/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-x86_64-v${pkgver}.zip"
 				"https://github.com/ogham/exa/blob/master/LICENCE")