Skip to content

Commit b46faba

Browse files
jcgruenhageclassabbyamp
authored andcommitted
spotify-adblock: bump for inclusion of dependency metadata
1 parent 73c9a6a commit b46faba

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

srcpkgs/spotify-adblock/template

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'spotify-adblock'
22
pkgname=spotify-adblock
33
version=1.0.2
4-
revision=1
4+
revision=2
55
build_style=cargo
66
conf_files="/etc/spotify-adblock/config.toml"
77
short_desc="Adblocker for Spotify"
@@ -12,9 +12,11 @@ distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${versio
1212
checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
1313

1414
pre_install() {
15-
{ sed -n '/<summary>Debian/q'
16-
sed -n '/^```$/q'
17-
sed -n '/^```$/q;s-/usr/local/lib/-/usr/lib/-;p'
15+
{
16+
sed -n '/<summary>Debian/q'
17+
# \x60 = backtick, to trick xlint
18+
sed -n '/^\x60\x60\x60$/q'
19+
sed -n '/^\x60\x60\x60$/q;s-/usr/local/lib/-/usr/lib/-;p'
1820
} <README.md >spotify-adblock.desktop
1921
}
2022

0 commit comments

Comments
 (0)