summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradford Smith2017-07-30 14:16:52 -0400
committerBradford Smith2017-07-30 14:16:52 -0400
commit8e6d3c5fc56b992d78278f63617d176602564537 (patch)
tree8d89383e77004713711bfc73da986dc954163f93
parent78b7d78fd09c17b0c0316764281424612d2833e2 (diff)
downloadaur-8e6d3c5fc56b992d78278f63617d176602564537.tar.gz
Add sha256sums and gitignore
Forgot to include the sha256sums and the package doesn't pass checks without it. This also adds a gitignore file to keep the repo clean.
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..43e40455076c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+*.pkg.tar.xz
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 38aa08b2997e..0d9ded4ebff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/bradford-smith94/$pkgname"
license=('MIT')
depends=('git')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('')
+sha256sums=('da716a211daea66ff62537d4187f852efc237d696b04e37812beb33074ad3cea')
package() {
cd "$srcdir/$pkgname-$pkgver"