summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fca6e07ce13..7796b6ea4eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Willem Herremans <whpgf at scarlet.be>
pkgname=tkpacman
pkgver=1.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight GUI for pacman built with Tcl/Tk"
arch=('any')
url="http://sourceforge.net/projects/tkpacman"
@@ -16,7 +16,8 @@ optdepends=('sudo: if you want to use sudo instead of su'
'mate-terminal: alternative terminal emulator'
'konsole: alternative terminal emulator'
'qterminal: alternative terminal emulator')
-source=(tkpacman-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz)
+#source=(tkpacman-$pkgver.tar.gz)
md5sums=('3878bcd73696e756227fb2bfcbf2c365')
package() {