fix deps and add gitignore
This commit is contained in:
parent
ab1eb65bf5
commit
60ebc882cb
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*.tar.zst
|
||||
penc
|
||||
pkg
|
4
PKGBUILD
4
PKGBUILD
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue