mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/units: Updated for version 2.23.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
628f31818b
commit
c208c35cb3
2 changed files with 8 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Slackware build script for gnu units
|
||||
|
||||
# Copyright (c) 2010-2023 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright (c) 2010-2024 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Previously maintained by Yalla-One <yallaone@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=units
|
||||
VERSION=${VERSION:-2.22}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -76,11 +76,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
-perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
|
||||
|
||||
PYTHON=/usr/bin/python3 \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="units"
|
||||
VERSION="2.22"
|
||||
VERSION="2.23"
|
||||
HOMEPAGE="https://www.gnu.org/software/units/"
|
||||
DOWNLOAD="https://ftpmirror.gnu.org/units/units-2.22.tar.gz"
|
||||
MD5SUM="abd49af0a325567ecfecf24bffacb770"
|
||||
DOWNLOAD="https://ftpmirror.gnu.org/units/units-2.23.tar.gz"
|
||||
MD5SUM="2cb4f754dcde5b2409e656f5d8d4a474"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Unidecode"
|
||||
|
|
Loading…
Reference in a new issue