diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d78c83 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | pkg/ | ||
2 | src/ | ||
3 | *.tar* | ||
@@ -1,4 +1,6 @@ | |||
1 | # Maintainer: Caio Novais <caionov08 at gmail dot com> | 1 | # Maintainer: Caio Novais <caionov08 at gmail dot com> |
2 | # shellcheck shell=bash | ||
3 | # shellcheck disable=SC2034,SC2154 | ||
2 | pkgname=pfetch | 4 | pkgname=pfetch |
3 | pkgver=0.6.0 | 5 | pkgver=0.6.0 |
4 | pkgrel=1 | 6 | pkgrel=1 |