summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Herremans2016-09-12 16:51:17 +0200
committerWillem Herremans2016-09-12 16:51:17 +0200
commit3eece9fd6ebf9307fe36f26202a4a967b2eb5d9c (patch)
tree63ef2d010a74db48ddc1a8b55aebf18d0e3d10f3
parentd4ee7b94d52f8c3a6a19476fbacd2d5abfe53029 (diff)
downloadaur-3eece9fd6ebf9307fe36f26202a4a967b2eb5d9c.tar.gz
New version: 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25105fe71c4b..c7015c11a838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tkpacman
pkgdesc = A lightweight GUI for pacman built with Tcl/Tk
- pkgver = 1.6.1
+ pkgver = 1.7.0
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.1/tkpacman-1.6.1.tar.gz
- md5sums = 51c87139a3be3519bd22ccad460c0c0f
+ source = http://downloads.sourceforge.net/tkpacman/tkpacman-1.7.0/tkpacman-1.7.0.tar.gz
+ md5sums = 12eb424d71d3e13ddda2b12b85b7e456
pkgname = tkpacman
diff --git a/PKGBUILD b/PKGBUILD
index 83a7d1213922..2e7a66d03daf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Willem Herremans <whpgf at scarlet.be>
pkgname=tkpacman
-pkgver=1.6.1
+pkgver=1.7.0
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=('51c87139a3be3519bd22ccad460c0c0f')
+md5sums=('12eb424d71d3e13ddda2b12b85b7e456')
package() {
cd "$srcdir/$pkgname-$pkgver"