diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-23 22:03:55 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-23 22:03:55 +0100 |
commit | 91311b0817e2e0b1a6dabb3743b19a391858cafc (patch) | |
tree | fc29bc1572d14dbde9409640edec26893e5d0f16 /base/libattr/Pkgfile | |
parent | 4bf94ce498b2e1a0f2c01679621ed489549063b4 (diff) | |
parent | b8d0f180bbc78f11332fca2f11881089f558cb4d (diff) | |
download | nutyx-extra-91311b0817e2e0b1a6dabb3743b19a391858cafc.tar.gz nutyx-extra-91311b0817e2e0b1a6dabb3743b19a391858cafc.tar.bz2 nutyx-extra-91311b0817e2e0b1a6dabb3743b19a391858cafc.tar.xz nutyx-extra-91311b0817e2e0b1a6dabb3743b19a391858cafc.zip |
Merge remote branch 'blanko/master'
Diffstat (limited to 'base/libattr/Pkgfile')
-rw-r--r-- | base/libattr/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/libattr/Pkgfile b/base/libattr/Pkgfile index 55cff3b3d..5d54497b4 100644 --- a/base/libattr/Pkgfile +++ b/base/libattr/Pkgfile @@ -4,9 +4,9 @@ # Depends on: name=libattr -version=2.4.43-1 -release=2 -source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}.tar.gz) +version=2.4.44 +release=1 +source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-${version}.src.tar.gz) build() { cd attr-${version%-1} |