summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f25f22b16a5..5222824361cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bwidget
pkgdesc = A suite of megawidgets for Tk
pkgver = 1.9.16
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.tcl.tk/2251
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cc450919fdea..c8baa48b0802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bwidget
pkgver=1.9.16
-pkgrel=1
+pkgrel=2
pkgdesc="A suite of megawidgets for Tk"
arch=('any')
url="https://wiki.tcl.tk/2251"
@@ -18,4 +18,5 @@ package() {
cd "${srcdir}"
install -d "${pkgdir}"/usr/lib/tcl8.6
cp -r bwidget-$pkgver "${pkgdir}"/usr/lib/tcl8.6/
+ chmod -R 755 "${pkgdir}"/usr/lib/tcl8.6/*
}