diff options
author | ArTourter <artourter@gmail.com> | 2015-11-25 15:28:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 470fa57b2d7208c13f6497ba5360e23d7d0f5881 (patch) | |
tree | cfd801e3efdbb4eb426ec361c313525be01097a5 /academic/units | |
parent | 802811f611ecba7197d006259850b224f72d8bf0 (diff) | |
download | slackbuilds-470fa57b2d7208c13f6497ba5360e23d7d0f5881.tar.gz |
academic/units: Updated for version 2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/units')
-rw-r--r-- | academic/units/units.SlackBuild | 4 | ||||
-rw-r--r-- | academic/units/units.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/units/units.SlackBuild b/academic/units/units.SlackBuild index 256c860762..1d42d18342 100644 --- a/academic/units/units.SlackBuild +++ b/academic/units/units.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=units -VERSION=${VERSION:-2.11} +VERSION=${VERSION:-2.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \ --datadir=/usr/share \ --build=$ARCH-slackware-linux -make -j1 +make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/academic/units/units.info b/academic/units/units.info index d338a37408..82679387dc 100644 --- a/academic/units/units.info +++ b/academic/units/units.info @@ -1,8 +1,8 @@ PRGNAM="units" -VERSION="2.11" +VERSION="2.12" HOMEPAGE="http://www.gnu.org/software/units/" -DOWNLOAD="http://ftp.gnu.org/gnu/units/units-2.11.tar.gz" -MD5SUM="1d83f4e68135495aa9267b848de78dc5" +DOWNLOAD="http://ftp.gnu.org/gnu/units/units-2.12.tar.gz" +MD5SUM="a9abd1f31a8dce22795372d5f87b9318" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |