fix deps and add gitignore

This commit is contained in:
hikari 2024-07-30 21:11:53 +03:30
parent ab1eb65bf5
commit 60ebc882cb
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.tar.zst
penc
pkg

View file

@ -1,14 +1,14 @@
#!/usr/bin/env bash
pkgname=penc
pkgver=1.0.0
pkgver=1.0.1
pkgrel=1
pkgdesc="parch linux encrypted compress"
arch=("any")
url="https://parchlinux.com/"
license=("GPL")
conflict=("${pkgname%}")
depends=("zstd" "tar" "openssl")
depends=("zstd" "tar" "openssl" "bc")
build(){
cd ${srcdir}
amber main.ab penc