diff options
author | architalia | 2023-07-10 15:31:09 +0100 |
---|---|---|
committer | architalia | 2023-07-10 15:31:09 +0100 |
commit | d4eb1e0d2ee496f2465ff74f9be5d2caa177f2a1 (patch) | |
tree | 517959e0d36499cea24b4eb34b8052e20b751232 | |
parent | f65ff030386ee1ece2f18155088ad25cab51e687 (diff) | |
download | aur-d4eb1e0d2ee496f2465ff74f9be5d2caa177f2a1.tar.gz |
Upload
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -11,5 +11,6 @@ pkgbase = clean license = GPL3 depends = bash depends = bc + source = https://github.com/architalia/clean.git pkgname = clean @@ -11,7 +11,7 @@ depends=('bash' 'bc') makedepends=() checkdepends=() optdepends=() - +source=("https://github.com/architalia/$pkgname.git") package() { install -Dm755 clean "$pkgdir/usr/bin/" |