summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-09-22 10:41:52 +0200
committerFrederic Bezies2018-09-22 10:41:52 +0200
commitf1f84852f3d754579250c4efdbace7435203f324 (patch)
tree06670b5936383d0047e14ef910766e1da04a32c6
parenta2f6653a3f5be689faf1e91102c921344130d145 (diff)
downloadaur-f1f84852f3d754579250c4efdbace7435203f324.tar.gz
adding libidn11
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 274731c0ee7a..236f82bec5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-musicmanager
pkgdesc = A simple application for adding the music files on your computer to your Google Music library
pkgver = 1.0.467.4929_r0
- pkgrel = 3
+ pkgrel = 4
url = http://music.google.com
arch = x86_64
license = custom:musicmanager
@@ -9,6 +9,7 @@ pkgbase = google-musicmanager
depends = qt5-webkit
depends = libid3tag
depends = hicolor-icon-theme
+ depends = libidn11
optdepends = log4cxx
options = !strip
source = https://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.467.4929-r0_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 2748e04558a7..815dcd31cb82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=google-musicmanager
pkgver=1.0.467.4929_r0
-pkgrel=3
+pkgrel=4
pkgdesc="A simple application for adding the music files on your computer to your Google Music library"
arch=('x86_64')
url="http://music.google.com"
@@ -13,6 +13,7 @@ depends=('flac'
'qt5-webkit'
'libid3tag'
'hicolor-icon-theme'
+ 'libidn11'
)
optdepends=('log4cxx')
options=(!strip)