summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d5d56b7d2e0..25105fe71c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tkpacman
pkgdesc = A lightweight GUI for pacman built with Tcl/Tk
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = http://sourceforge.net/projects/tkpacman
arch = any
@@ -16,8 +16,8 @@ pkgbase = tkpacman
optdepends = mate-terminal: alternative terminal emulator
optdepends = konsole: alternative terminal emulator
optdepends = roxterm: alternative terminal emulator
- source = http://downloads.sourceforge.net/tkpacman/tkpacman-1.6.0/tkpacman-1.6.0.tar.gz
- md5sums = 19d32cf86d5b2c0d3e2720c233014c6a
+ source = http://downloads.sourceforge.net/tkpacman/tkpacman-1.6.1/tkpacman-1.6.1.tar.gz
+ md5sums = 51c87139a3be3519bd22ccad460c0c0f
pkgname = tkpacman
diff --git a/PKGBUILD b/PKGBUILD
index 316990587c21..83a7d1213922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Willem Herremans <whpgf at scarlet.be>
pkgname=tkpacman
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="A lightweight GUI for pacman built with Tcl/Tk"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=('sudo: if you want to use sudo instead of su'
'roxterm: alternative terminal emulator')
source=(http://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz)
#source=(tkpacman-$pkgver.tar.gz)
-md5sums=('19d32cf86d5b2c0d3e2720c233014c6a')
+md5sums=('51c87139a3be3519bd22ccad460c0c0f')
package() {
cd "$srcdir/$pkgname-$pkgver"