summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2020-09-30 14:34:08 +1000
committerMatthew Gamble2020-09-30 14:34:08 +1000
commite34b4967b42f025bf32d4b93536d48379e7e5132 (patch)
tree7a4235339e0b6a10e6c65c945db577557767dbe5
parent6b65f8f14274c8208296854d14926e566dbd02fc (diff)
downloadaur-e34b4967b42f025bf32d4b93536d48379e7e5132.tar.gz
Minor maintenance updates
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7b092346e423..33c4a1685cd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+/pkg/
+/src/
*.tar.gz
-*.tar.xz
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 4ddb3c489d28..631ec3bb13cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/djmattyg007/hr"
license=('custom:Public Domain')
source=("https://github.com/djmattyg007/hr/releases/download/${pkgver}/hr-${pkgver}.tar.gz")
-md5sums=('cd05ca336dc87bc0b22db97a831dd3ee')
+sha512sums=("5e53749217bf3516bcf625a72428d7839839a722183d36ba7af333ab8e374379e9cbde753249a30aed474f2f8dc781ebead5a7a761f127d7d4b516e6cb59bfd5")
build() {
cd "hr-${pkgver}"