summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorerdii2020-08-31 18:07:59 +0200
committererdii2020-08-31 18:07:59 +0200
commit946f4b148ccbf43d41e4fe19f9555ee5095265a3 (patch)
tree5f0940411943c5e834117443c73c82905be2e13d
parent70f55abcd445114f7b75513f9926916c0152af2e (diff)
downloadaur-946f4b148ccbf43d41e4fe19f9555ee5095265a3.tar.gz
remove unneccesary ls from package script
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccb031af2b58..6efd9216cfc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: erdii <me at erdii dot engineering>
pkgname=import
pkgver=8c0f022c6fd5d5a1629ba1f3a86901878d4d4f52
-pkgrel=2
+pkgrel=3
pkgdesc="import is a simple and fast module system for Bash and other Unix shells."
arch=('any')
url="https://github.com/importpw/import"
@@ -13,6 +13,5 @@ source=("https://raw.githubusercontent.com/importpw/import/${pkgver}/${pkgname}.
sha256sums=('4e6b437e63c5516668ce571498d0fe2fcc13d991a31c7376cc4da1fe6962c1c7')
package() {
- ls "${srcdir}"
install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/local/bin/${pkgname}"
}