summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-04-21 13:26:27 +0200
committerFrederic Bezies2018-04-21 13:26:27 +0200
commit82137691f870e68a8c7387130004f517738597b0 (patch)
treeaea31da349bdaf906f052d6054d3a7503788ecb8
parent8b69047c2ce5d91bce6977833f0ab22569ae3415 (diff)
downloadaur-82137691f870e68a8c7387130004f517738597b0.tar.gz
Removing 32bit support
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 407e0634d690..fdc9d89f273a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
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 = 1
+ pkgrel = 2
url = http://music.google.com
- arch = i686
arch = x86_64
license = custom:musicmanager
depends = flac
@@ -18,10 +17,8 @@ pkgbase = google-musicmanager
depends = hicolor-icon-theme
optdepends = log4cxx
options = !strip
- source_i686 = https://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.467.4929-r0_i386.deb
- sha256sums_i686 = 121a7939015e2270afa3f1c73554102e2b4f2e6a31482ff7be5e7c28dd101d3c
- source_x86_64 = https://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.467.4929-r0_amd64.deb
- sha256sums_x86_64 = e2bd248a1035ed4454f43299dc239decc1895d0830c83611ca6a1372d7cd5779
+ source = https://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.467.4929-r0_amd64.deb
+ sha256sums = e2bd248a1035ed4454f43299dc239decc1895d0830c83611ca6a1372d7cd5779
pkgname = google-musicmanager
diff --git a/PKGBUILD b/PKGBUILD
index c26ceeb810dd..6c41b6c254b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=google-musicmanager
pkgver=1.0.467.4929_r0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple application for adding the music files on your computer to your Google Music library"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://music.google.com"
license=('custom:musicmanager')
depends=('flac'
@@ -22,10 +22,8 @@ depends=('flac'
)
optdepends=('log4cxx')
options=(!strip)
-source_i686=("https://dl.google.com/linux/musicmanager/deb/pool/main/g/${pkgname}-beta/${pkgname}-beta_${pkgver/_/-}_i386.deb")
-source_x86_64=("https://dl.google.com/linux/musicmanager/deb/pool/main/g/${pkgname}-beta/${pkgname}-beta_${pkgver/_/-}_amd64.deb")
-sha256sums_i686=('121a7939015e2270afa3f1c73554102e2b4f2e6a31482ff7be5e7c28dd101d3c')
-sha256sums_x86_64=('e2bd248a1035ed4454f43299dc239decc1895d0830c83611ca6a1372d7cd5779')
+source=("https://dl.google.com/linux/musicmanager/deb/pool/main/g/${pkgname}-beta/${pkgname}-beta_${pkgver/_/-}_amd64.deb")
+sha256sums=('e2bd248a1035ed4454f43299dc239decc1895d0830c83611ca6a1372d7cd5779')
build() {