summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErazem Kokot2019-03-16 14:19:56 +0100
committerErazem Kokot2019-03-16 14:19:56 +0100
commitc77c9814e31028e53b48495db394fee122130e23 (patch)
treedce444fa8f80e412442d8ffb833c8f2d8b51dbb9
parent44797cb848c69bc2df2e570a6cf70664d0167566 (diff)
downloadaur-c77c9814e31028e53b48495db394fee122130e23.tar.gz
Fix wrong sha256sum and remove gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6496943c83d..b723966e276d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hblock
pkgdesc = An adblocker that creates a hosts file from automatically downloaded blacklists
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hectorm/hblock
arch = any
license = MIT
source = https://github.com/hectorm/hblock/archive/v2.0.5.tar.gz
- sha256sums = 5363ed1aa7c9acb798591949f516d122e8d40100ae87055bfdba937c6c9bf108
+ sha256sums = 2de6856a863e1901d03f6566ed7b425778e65484b7f62c2ebe7c2b2f6fd23363
pkgname = hblock
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index ccac7d848437..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-pkg/
-src/
-*.pkg.tar
-hblock
-todo.txt
diff --git a/PKGBUILD b/PKGBUILD
index b7d6d5aa8543..911de99c8bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='hblock'
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='An adblocker that creates a hosts file from automatically downloaded blacklists'
arch=('any')
url='https://github.com/hectorm/hblock'
license=('MIT')
-sha256sums=('5363ed1aa7c9acb798591949f516d122e8d40100ae87055bfdba937c6c9bf108')
+sha256sums=('2de6856a863e1901d03f6566ed7b425778e65484b7f62c2ebe7c2b2f6fd23363')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
build() {