summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Souza Franco2018-01-08 12:51:48 +0100
committerGabriel Souza Franco2018-01-08 12:51:48 +0100
commit630a602ecabc08c85789c0204b2e9192133a1917 (patch)
tree50c7130451a8c6b18b44b224c9708d1e0a6a20b5
parent76b2c683645ffd0ef652cb678c17d01a6e8ac6e4 (diff)
downloadaur-630a602ecabc08c85789c0204b2e9192133a1917.tar.gz
Fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495910117037..2c9a616e25e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tcllib
pkgdesc = Set of pure-Tcl extensions.
pkgver = 1.18
- pkgrel = 1
+ pkgrel = 2
url = http://core.tcl.tk/tcllib/
arch = any
license = bsd
depends = tcl
source = https://github.com/tcltk/tcllib/archive/tcllib_1_18.tar.gz
- md5sums = 08dac86021c30c0a85c0a159f085143c
+ sha256sums = 1c831474ed84fec349234a96bd7d855a74245bb305bfc2c9270bfde95c357b4f
pkgname = tcllib
diff --git a/PKGBUILD b/PKGBUILD
index 27b16694d3d1..7e30ec1c2782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
-# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: dtw <dibble.at.thewrecker.dot.net>
+# Maintainer: Gabriel Souza Franco <Z2FicmllbGZyYW5jb3NvdXphQGdtYWlsLmNvbQ==>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: dtw <dibble.at.thewrecker.dot.net>
# Contributor: Mathieu Gauthier <mathgl@freesurf.fr>
-# Upgrade to ver. 1.8 - Pawel Bogur <jid:smeagol@uaznia.net>
+# Contributor: Pawel Bogur <jid:smeagol@uaznia.net>
pkgname=tcllib
pkgver=1.18
-pkgrel=1
+pkgrel=2
pkgdesc="Set of pure-Tcl extensions."
arch=('any')
url="http://core.tcl.tk/tcllib/"
license=('bsd')
depends=('tcl')
-#source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
source=(https://github.com/tcltk/tcllib/archive/tcllib_${pkgver/./_}.tar.gz)
-md5sums=('08dac86021c30c0a85c0a159f085143c')
+sha256sums=('1c831474ed84fec349234a96bd7d855a74245bb305bfc2c9270bfde95c357b4f')
package(){
cd "$srcdir"/tcllib-tcllib_${pkgver/./_}
@@ -23,7 +22,6 @@ package(){
-nroff-path "$pkgdir"/usr/share/man/mann \
-no-examples -no-html \
-no-wait -no-gui
- mkdir -p "$pkgdir"/usr/share/licenses/${pkgname}/
- cp license.terms "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
+ install -Dm644 license.terms "$pkgdir"/usr/share/licenses/$pkgname/COPYING
rm -f "$pkgdir"/usr/share/man/mann/{try,string,variable,zlib,coroutine}.n
}