summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2017-09-30 11:58:26 +0200
committerliberodark2017-09-30 11:58:26 +0200
commit0a05c94068a203c92f091966f370a40dd0c4fde7 (patch)
tree61524b4f0fa3d5d9f9f6dd16083970b5838a4fb2
parent8252bfed9361eddcfd0bc09fec909180752adb28 (diff)
downloadaur-0a05c94068a203c92f091966f370a40dd0c4fde7.tar.gz
Modif....
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
-rw-r--r--[-rwxr-xr-x]frostwire.desktop1
3 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce8da98e64b..06d240f6440a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Sun Sep 17 11:48:58 UTC 2017
+# Sat Sep 30 09:58:16 UTC 2017
pkgbase = frostwire
pkgdesc = FrostWire is a free and easy Downloader, BitTorrent Client and Media Player
- pkgver = 6.5.6
- pkgrel = 1
+ pkgver = 6.5.8
+ pkgrel = 245
url = http://www.frostwire.com
arch = x86_64
license = custom
depends = xdg-utils
- depends = jre
+ depends = jre8-openjdk
source = frostwire.desktop
source = frostwire.png
- sha512sums = 74bd30910ce5ba1bf3e5a7bfa3d29df00e02b5607e94840682508a0fddcb5327a08b1c214c2a2d42ccd32657ef1e8b7562b3bfd9579bb8a41aa995ed82a88a27
+ sha512sums = 03cb518e110d09dfe9eb3391d43bb61516f12afe45a94fec022747c9a45e482598935912b687480c6423b1cae1550de5e87e6ad0119f2067f961b6e5e6cd5b9a
sha512sums = f0172d8d8435ddbc96e3f3e8ce6f09869ade1b9a32ef3930ae2f8b2522af121f6b2d37e9e8eb081561715845d9bb73f027c848a3756126d3ac989a861bfe2a4e
- source_x86_64 = https://github.com/liberodark/FrostWire/releases/download/6.5.6/frostwire-6.5.6.noarch.tar.gz
- sha512sums_x86_64 = 7a7e089fa8ca0e99760d2600d8bd7d0c28b693d9865987467d079f1cb99ade060bb69cf8d7f1156906108b9cc1534b238d52f6240b40df0ae8f987761b98a163
+ source_x86_64 = https://github.com/frostwire/frostwire/releases/download/frostwire-desktop-6.5.8-build-245/frostwire-6.5.8.noarch.tar.gz
+ sha512sums_x86_64 = 818529edd861fbac54160d37cb0a3f05add733fd2ceeeac18b7376de27fd21c388460497fa25d4b10485a6aae5d0b20904a60a61a685f4e1717af04a9f9f5029
pkgname = frostwire
diff --git a/PKGBUILD b/PKGBUILD
index e78345569b37..43f7507cc40e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
# Maintainer: liberodark
pkgname=frostwire
-pkgver=6.5.6
-pkgrel=1
+pkgver=6.5.8
+pkgrel=245
pkgdesc="FrostWire is a free and easy Downloader, BitTorrent Client and Media Player"
arch=('x86_64')
url="http://www.frostwire.com"
license=('custom')
-depends=('xdg-utils'
- 'jre')
-source_x86_64=("https://github.com/liberodark/FrostWire/releases/download/${pkgver}/frostwire-${pkgver}.noarch.tar.gz")
+depends=('xdg-utils' 'jre8-openjdk')
+source_x86_64=("https://github.com/frostwire/frostwire/releases/download/frostwire-desktop-${pkgver}-build-245/frostwire-${pkgver}.noarch.tar.gz")
source=($pkgname.desktop
$pkgname.png)
-sha512sums=('74bd30910ce5ba1bf3e5a7bfa3d29df00e02b5607e94840682508a0fddcb5327a08b1c214c2a2d42ccd32657ef1e8b7562b3bfd9579bb8a41aa995ed82a88a27'
+sha512sums=('03cb518e110d09dfe9eb3391d43bb61516f12afe45a94fec022747c9a45e482598935912b687480c6423b1cae1550de5e87e6ad0119f2067f961b6e5e6cd5b9a'
'f0172d8d8435ddbc96e3f3e8ce6f09869ade1b9a32ef3930ae2f8b2522af121f6b2d37e9e8eb081561715845d9bb73f027c848a3756126d3ac989a861bfe2a4e')
-sha512sums_x86_64=('7a7e089fa8ca0e99760d2600d8bd7d0c28b693d9865987467d079f1cb99ade060bb69cf8d7f1156906108b9cc1534b238d52f6240b40df0ae8f987761b98a163')
+sha512sums_x86_64=('818529edd861fbac54160d37cb0a3f05add733fd2ceeeac18b7376de27fd21c388460497fa25d4b10485a6aae5d0b20904a60a61a685f4e1717af04a9f9f5029')
package() {
cd $srcdir
tar xvf frostwire-${pkgver}.noarch.tar.gz
- cp -r usr $pkgdir
+ mkdir -p "$pkgdir/usr/bin/frostwire/"
+ cp -r "frostwire-${pkgver}.noarch/." "$pkgdir/usr/bin/frostwire/"
install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
}
diff --git a/frostwire.desktop b/frostwire.desktop
index d4e4dd3c3028..54b8b63b099d 100755..100644
--- a/frostwire.desktop
+++ b/frostwire.desktop
@@ -14,4 +14,3 @@ MimeType=application/x-bittorrent;x-scheme-handler/magnet;
X-Ubuntu-Gettext-Domain=frostwire
X-AppInstall-Keywords=torrent
Keywords=P2P,BitTorrent,Torrent,FrostWire,Vuze,uTorrent,Transmission,Transfer,Cloud;
-Name[fr_FR.utf8]=FrostWire