summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorO-Eitetsu2023-02-21 10:46:25 +0800
committerO-Eitetsu2023-02-21 10:46:25 +0800
commit6a23c384661726a676a63d3985549ed2d01eeabc (patch)
tree0eb1bffda15c59f8af184906d58a20bab5b3e46f
parent002889b0bd6c58d74a87887446f3ed31fe1bf7dc (diff)
downloadaur-6a23c384661726a676a63d3985549ed2d01eeabc.tar.gz
add depends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793cbf4e546b..f411ad80a2aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Bart Libert <aur@bart.libert.email>
pkgname=cp-p-git
-pkgver=r17.daf5066
+pkgver=r19.2e97ba5
pkgrel=1
pkgdesc="cp (and mv), with progress"
arch=('any')
url="https://github.com/Naheel-Azawy/cp-p"
license=('GPL3')
+depends=('strace')
makedepends=('git')
provides=(${pkgname%-git})
source=("${pkgname%-git}::git+https://github.com/Naheel-Azawy/cp-p.git")