diff options
Diffstat (limited to 'community/thunar/APKBUILD')
-rw-r--r-- | community/thunar/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/community/thunar/APKBUILD b/community/thunar/APKBUILD index ee605d4cf5..cc9adce122 100644 --- a/community/thunar/APKBUILD +++ b/community/thunar/APKBUILD @@ -1,23 +1,22 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=thunar -pkgver=1.6.12 -pkgrel=2 +pkgver=1.8.1 +pkgrel=0 pkgdesc="File manager for Xfce" -url="http://thunar.xfce.org" +url="https://xfce.org" arch="all" -license="GPL-2.0 LGPL-2.0" -subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" +license="GPL-2.0-or-later LGPL-2.0-only" depends="desktop-file-utils hicolor-icon-theme shared-mime-info" depends_dev="exo-dev" makedepends="$depends_dev libexif-dev xfce4-panel-dev pcre-dev libgudev-dev libnotify-dev startup-notification-dev libxfce4ui-dev dbus-glib-dev gtk-doc gtk+2.0-dev glib-dev" -install= -source="http://archive.xfce.org/src/xfce/thunar/${pkgver%.*}/Thunar-$pkgver.tar.bz2 +install="$pkgname.post-install" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" +source="https://archive.xfce.org/src/xfce/thunar/${pkgver%.*}/Thunar-$pkgver.tar.bz2 thunar-sendto-audacious-playlist.desktop thunar-sendto-bluetooth.desktop " - builddir="$srcdir"/Thunar-$pkgver prepare() { @@ -68,6 +67,6 @@ package() { done } -sha512sums="d18e0fb6b58a65889dc47852a4c513acb7ff9a99fd70d34cbc6b2806d7818893b3c999c0a63f1b7af599d3ff4336b9637944989b97e5cc7431761ce493d2259d Thunar-1.6.12.tar.bz2 +sha512sums="89aa29af5e272d58c7de02ba1c96d7f0c32eed49cda9621ef863dd679712cc653f58e729e49b9dc3d1626c9b8ebe2b18a2307e00c7ea1d1d2b42fa71272aced7 Thunar-1.8.1.tar.bz2 dce525f22abf8e723111673b8fdad48079d5379cef49cc013383bb0944274cdd0de1dda6e8894dd8c9efb54cc9eea2baf8f4c76265665b84f3f58aeb01c72390 thunar-sendto-audacious-playlist.desktop b4e8024e093b8e3f9bf5d460335fd9d19c1e394383bd58a7ac05c720103612dea9dde8a02f090f0af09d89e6644b292236ef257dd1790eccd627efce0577828e thunar-sendto-bluetooth.desktop" |