wok-next diff truecrypt/receipt @ rev 21195

updated scrollz (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 15:54:27 2019 +0100 (2019-10-03)
parents 0c430fcaf2d9
children 572ada3782f0
line diff
     1.1 --- a/truecrypt/receipt	Sun Nov 04 11:22:16 2018 +0200
     1.2 +++ b/truecrypt/receipt	Thu Oct 03 15:54:27 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://sources.archlinux.org/other/tc/$TARBALL"
     1.5  TARBALL_SHA512="b5e766023168015cb91bfd85c9e2621055dd98408215e02704775861b5070c5a0234a00c64c1bf7faa34e6d0b51ac71cd36169dd7a6f84d7a34ad0cfa304796a"
     1.6  
     1.7 -BUILD_DEPENDS="pkcs nasm fuse2-dev wxWidgets28-dev xorg-libSM-dev"
     1.8 +BUILD_DEPENDS="pkcs nasm fuse2-dev wxWidgets28-dev libsm-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	make \
    1.12 @@ -35,5 +35,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="fuse2 wxWidgets28 xorg-libSM dmsetup linux-md"
    1.17 +	DEPENDS="fuse2 wxWidgets28 libsm dmsetup linux-md"
    1.18  }