We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c9a6a commit b46fabaCopy full SHA for b46faba
1 file changed
srcpkgs/spotify-adblock/template
@@ -1,7 +1,7 @@
1
# Template file for 'spotify-adblock'
2
pkgname=spotify-adblock
3
version=1.0.2
4
-revision=1
+revision=2
5
build_style=cargo
6
conf_files="/etc/spotify-adblock/config.toml"
7
short_desc="Adblocker for Spotify"
@@ -12,9 +12,11 @@ distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${versio
12
checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
13
14
pre_install() {
15
- { sed -n '/<summary>Debian/q'
16
- sed -n '/^```$/q'
17
- sed -n '/^```$/q;s-/usr/local/lib/-/usr/lib/-;p'
+ {
+ sed -n '/<summary>Debian/q'
+ # \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'
20
} <README.md >spotify-adblock.desktop
21
}
22
0 commit comments