diff options
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/.md5sum.i686 | 2 | ||||
-rw-r--r-- | kstars/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | kstars/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kstars/.md5sum.i686 b/kstars/.md5sum.i686 index 1be3b016c..e914bd435 100644 --- a/kstars/.md5sum.i686 +++ b/kstars/.md5sum.i686 @@ -1 +1 @@ -5b8026c35d8a200bb76295bef22b603b kstars-4.8.1.tar.bz2 +a262b3f33c1f8934729c120406b31fdb kstars-4.8.2.tar.xz diff --git a/kstars/.md5sum.x86_64 b/kstars/.md5sum.x86_64 index 1be3b016c..e914bd435 100644 --- a/kstars/.md5sum.x86_64 +++ b/kstars/.md5sum.x86_64 @@ -1 +1 @@ -5b8026c35d8a200bb76295bef22b603b kstars-4.8.1.tar.bz2 +a262b3f33c1f8934729c120406b31fdb kstars-4.8.2.tar.xz diff --git a/kstars/Pkgfile b/kstars/Pkgfile index 5d4867f00..d1577187d 100755 --- a/kstars/Pkgfile +++ b/kstars/Pkgfile @@ -6,9 +6,9 @@ # Run on: kdelibs,eigen2 name=kstars -version=4.8.1 +version=4.8.2 release=1 -source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2) +source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz) build() { cd $name-* |