diff options
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} |