Skip to content

Instantly share code, notes, and snippets.

@jonnystorm
Created August 7, 2016 00:02
Show Gist options
  • Save jonnystorm/f9b7c945f89fb260d6c8b4708ae85320 to your computer and use it in GitHub Desktop.
Save jonnystorm/f9b7c945f89fb260d6c8b4708ae85320 to your computer and use it in GitHub Desktop.
AUR lib32-tcl 8.6.5-1 -> 8.6.6 PKGBUILD patch
diff --git a/PKGBUILD b/../aur/lib32-tcl/PKGBUILD
index 787f60c..a954992 100644
--- a/PKGBUILD
+++ b/../aur/lib32-tcl/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbasename=tcl
pkgname=lib32-${_pkgbasename}
-pkgver=8.6.5
+pkgver=8.6.6
pkgrel=1
pkgdesc="The Tcl scripting language (32-bit runtime)"
arch=('x86_64')
@@ -12,7 +12,7 @@ url="http://tcl.sourceforge.net/"
license=('custom')
depends=('tcl' 'lib32-zlib')
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('0e6426a4ca9401825fbc6ecf3d89a326')
+md5sums=('5193aea8107839a79df8ac709552ecb7')
prepare() {
cd tcl${pkgver}
@@ -50,5 +50,5 @@ package() {
ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/${pkgname}"
# remove buildroot traces
- sed -i "s#${srcdir}#/usr/src#" "${pkgdir}"/usr/lib32/{tcl,tdbc1.0.4/tdbc,itcl4.0.4/itcl}Config.sh
+ sed -i "s#${srcdir}#/usr/src#" "${pkgdir}"/usr/lib32/{tcl,tdbc1.0.4/tdbc,itcl4.0.5/itcl}Config.sh
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment