summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2017-02-23 21:48:15 +0100
committerJoakim Nylén2017-02-23 21:48:15 +0100
commiteb7878872ed1b6e613fb0e5c34b11bb3f13c8bea (patch)
treed4c6576249a65c8750bea2ac4321f5089ac75bbb
parent1ecfd2ebdae7bdd4436acff14842903d2ba1b821 (diff)
downloadaur-eb7878872ed1b6e613fb0e5c34b11bb3f13c8bea.tar.gz
Fix gitignore
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2829545081f0..4eea4d7a5a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,10 +37,10 @@ pkgbase = spotio
sha256sums = 3fdc1ebd9e64bae98cfd2bc9fc3199427bd7ec680254cd6361d9b0f4bb121134
sha256sums = abab92b537b10c861023927db10d71c5cd6bcc0afc7ab7a5ffae7094cc3c6f46
sha256sums = SKIP
- source_x86_64 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.49.125.g72ee7853-83_amd64.deb
- sha256sums_x86_64 = 2fc10858f972f8c1e6ddc0c2090390f03c1441ec266f77cf227e80227d3a11eb
- source_i686 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.49.125.g72ee7853-21_i386.deb
- sha256sums_i686 = 723100d7df9220efe96159d30b900b042f12422a81cc7910e21457d7cdd05866
+ source_x86_64 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.49.125.g72ee7853-111_amd64.deb
+ sha256sums_x86_64 = 1d6d1cccfb7f996b835f21c8dbabc16ca4bd214878e06738dba7886640470050
+ source_i686 = http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.49.125.g72ee7853-22_i386.deb
+ sha256sums_i686 = 96c02fdc77991feb0797089d701744c2de4584322f966a1c070b559df27f9b04
pkgname = spotio
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..52e10f857703
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+spotify-client*
+spotio.zip
+spotio-1*
diff --git a/PKGBUILD b/PKGBUILD
index 5b87c2025e33..eaf1655565c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=spotio
_pkgver=1.0.49.125
_another_pkgver=g72ee7853
-_yetanotherpkgrel64=83
-_yetanotherpkgrel32=21
+_yetanotherpkgrel64=111
+_yetanotherpkgrel32=22
pkgver=1.0.2_${_pkgver}.${_another_pkgver}.${_yetanotherpkgrel}
pkgrel=2
pkgdesc="A proof-of-concept Rdio-inspired skin for Spotify. Temp. using Owlinated's repo for player theme fix."
@@ -30,8 +30,8 @@ sha256sums=('989920e9360cadc1a8103b8c04acf0c87cb7911eb9a09dddb0cf4708d6249d34'
'3fdc1ebd9e64bae98cfd2bc9fc3199427bd7ec680254cd6361d9b0f4bb121134'
'abab92b537b10c861023927db10d71c5cd6bcc0afc7ab7a5ffae7094cc3c6f46'
'SKIP')
-sha256sums_x86_64=('2fc10858f972f8c1e6ddc0c2090390f03c1441ec266f77cf227e80227d3a11eb')
-sha256sums_i686=('723100d7df9220efe96159d30b900b042f12422a81cc7910e21457d7cdd05866')
+sha256sums_x86_64=('1d6d1cccfb7f996b835f21c8dbabc16ca4bd214878e06738dba7886640470050')
+sha256sums_i686=('96c02fdc77991feb0797089d701744c2de4584322f966a1c070b559df27f9b04')
source_x86_64=("http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_${_pkgver}.${_another_pkgver}-${_yetanotherpkgrel64}_amd64.deb")