summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30fc38225b31..9c8b84391fce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Leon Belmont <meow AT linux DOT cn>
pkgname=tweak-hexeditor
-_pkgname=tweak
pkgdesc='Efficient command line hex editor'
pkgver=3.02
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
depends=('ncurses' 'glibc')
makedepends=('make' 'gcc')
-url='http://www.chiark.greenend.org.uk/~sgtatham/tweak'
+url='https://www.chiark.greenend.org.uk/~sgtatham/tweak/'
license=('MIT')
-source=("http://www.chiark.greenend.org.uk/~sgtatham/tweak/tweak-$pkgver.tar.gz")
+source=("https://www.chiark.greenend.org.uk/~sgtatham/tweak/tweak-$pkgver.tar.gz")
md5sums=('d50e20d9ed05d7cc5eb04ff3f0bf1d9b')
sha1sums=('619c2dcb54dfbbff89576d6b34d5483a8642e635')
+sha256sums=('5b4c19b1bf8734d1623e723644b8da58150b882efa9f23bbe797c3922f295a1a')
build() {
cd "tweak-$pkgver"