diff options
Diffstat (limited to 'kde/attica/Pkgfile')
-rw-r--r-- | kde/attica/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde/attica/Pkgfile b/kde/attica/Pkgfile index d6ac15c32..2c44de3aa 100644 --- a/kde/attica/Pkgfile +++ b/kde/attica/Pkgfile @@ -5,9 +5,11 @@ # Depends on: qt, cmake name=attica -version=0.1.2 +version=0.1.4 release=1 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz) + +source=(http://mirrors.isc.org/pub/kde/stable/$name//$name-$version.tar.bz2) + build() { cd $name-$version mkdir build |