summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Herremans2018-03-03 14:30:07 +0100
committerWillem Herremans2018-03-03 14:30:07 +0100
commitd0ed2a7870b20ee737cc91e053f7412239e844d3 (patch)
tree4d3f5f0d48d091103f1fb6e7da3227a5fd32a80b
parent2f4f8c6d9d29dcd7e7c55c52f56843f3e4d7d557 (diff)
downloadaur-d0ed2a7870b20ee737cc91e053f7412239e844d3.tar.gz
Sources are temporarily stored in the AUR to work around Sourceforge problem
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344e5d18b736..ca2ba5e72d78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tkpacman
pkgdesc = A lightweight GUI for pacman built with Tcl/Tk
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/tkpacman
arch = any
license = GPL
@@ -16,7 +16,7 @@ pkgbase = tkpacman
optdepends = mate-terminal: alternative terminal emulator
optdepends = konsole: alternative terminal emulator
optdepends = qterminal: alternative terminal emulator
- source = http://downloads.sourceforge.net/tkpacman/tkpacman-1.8.0/tkpacman-1.8.0.tar.gz
+ source = tkpacman-1.8.0.tar.gz
md5sums = 3878bcd73696e756227fb2bfcbf2c365
pkgname = tkpacman
diff --git a/PKGBUILD b/PKGBUILD
index 5edafffd8072..9fca6e07ce13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Willem Herremans <whpgf at scarlet.be>
pkgname=tkpacman
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight GUI for pacman built with Tcl/Tk"
arch=('any')
url="http://sourceforge.net/projects/tkpacman"
@@ -16,8 +16,7 @@ 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=(http://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz)
-#source=(tkpacman-$pkgver.tar.gz)
+source=(tkpacman-$pkgver.tar.gz)
md5sums=('3878bcd73696e756227fb2bfcbf2c365')
package() {