summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreijon2017-03-08 23:06:24 +0100
committerfreijon2017-03-08 23:06:24 +0100
commit55fa4a69c8e39d4aacb88fdb959eac641f142b7a (patch)
treee15b5977c776ab888433b88a838b9934c9d2c2d9
parent681997ae8a56d535a6c4dd99ed8e8a4e14e85e55 (diff)
downloadaur-55fa4a69c8e39d4aacb88fdb959eac641f142b7a.tar.gz
Removed a debug line in the patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--arch_cover.patch11
3 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 452471e9ed8e..9ce06e809cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,7 @@ pkgbase = pulseaudio-dlna-git
source = distribution-arch.png
sha256sums = SKIP
sha256sums = 8e05d76654424b51f47dee6962d618d1ad6514fa29affc17dfcf764cc955bd23
- sha256sums = ce8f1651d3da51a6d336190b0f64b3f0d931a3ee6a338ce07033d9d9ba66157b
+ sha256sums = 2a02b1a1b63f134d1b37d60d31d738efb787e08bf029ac1734f16ac9caea3c15
sha256sums = cd8a0dde2b1ac32fdcedb28c87cca3a4d956a4e4fee8ec41f8211c41d43e5e95
pkgname = pulseaudio-dlna-git
diff --git a/PKGBUILD b/PKGBUILD
index 823be54eafeb..34e6d7778cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ source=(
sha256sums=(
'SKIP'
'8e05d76654424b51f47dee6962d618d1ad6514fa29affc17dfcf764cc955bd23'
- '2a02b1a1b63f134d1b37d60d31d738efb787e08bf029ac1734f16ac9caea3c15'
+ 'dbf3d44d5e4ff4957f07dc5dee8393abdf4726b00bad799e6b2eb8853793c397'
'cd8a0dde2b1ac32fdcedb28c87cca3a4d956a4e4fee8ec41f8211c41d43e5e95'
)
diff --git a/arch_cover.patch b/arch_cover.patch
index 4675fba5bd60..41857d722964 100644
--- a/arch_cover.patch
+++ b/arch_cover.patch
@@ -1,7 +1,7 @@
*** covermodes_orig.py 2017-03-08 22:56:08.019483965 +0100
---- pulseaudio_dlna/covermodes.py 2017-03-08 22:54:30.813287898 +0100
+--- pulseaudio_dlna/covermodes.py 2017-03-08 23:04:37.207030563 +0100
***************
-*** 92,99 ****
+*** 92,98 ****
@property
def thumb(self):
@@ -9,20 +9,17 @@
logger.debug(dist_name)
if dist_name == 'Ubuntu':
dist_icon = 'ubuntu'
- elif dist_name == 'debian':
---- 92,100 ----
+--- 92,98 ----
@property
def thumb(self):
! dist_name, dist_ver, dist_arch = platform.linux_distribution(supported_dists=platform._supported_dists + ('arch',))
logger.debug(dist_name)
-+ print('THE PLATFORM IS:' + dist_name)
if dist_name == 'Ubuntu':
dist_icon = 'ubuntu'
- elif dist_name == 'debian':
***************
*** 106,111 ****
---- 107,114 ----
+--- 106,113 ----
dist_icon = 'opensuse'
elif dist_name == 'gentoo':
dist_icon = 'gentoo'