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 c83aeefa2fee..49794a61dd50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
pkgname=diffh
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Makes browsing diff output easy, converting it to highly-readable highlighted Wikipedia-style HTML"
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/$pkgname/"
+url="https://sourceforge.net/projects/$pkgname/"
license=('GPL2')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('f6a15436b0b367312cbc29091ce1a145')
build() {
@@ -19,4 +20,3 @@ package() {
make DESTDIR="$pkgdir/" install
}
-# vim: set ft=sh ts=4 sw=4 noet: