diff options
Diffstat (limited to 'development/atasm/atasm.SlackBuild')
-rw-r--r-- | development/atasm/atasm.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/development/atasm/atasm.SlackBuild b/development/atasm/atasm.SlackBuild index 3079667d35..45aa72a611 100644 --- a/development/atasm/atasm.SlackBuild +++ b/development/atasm/atasm.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250618 bkw: update for v1.30. +# 20250210 bkw: update for v1.26. # 20240505 bkw: update for v1.25. # 20240207 bkw: @@ -20,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atasm -VERSION=${VERSION:-1.25} +VERSION=${VERSION:-1.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,13 +67,6 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + -# this patch is from upstream git. -patch -p1 < $CWD/0001-Fix-the-compiling-under-Linux-Mac.patch - -# this patch has been submitted to upstream, should be in the next -# release. -patch -p1 < $CWD/gcc11fix.diff - DOCDIR=/usr/doc/$PRGNAM-$VERSION # fix reference to full documentation. |