summaryrefslogtreecommitdiff
path: root/community/rofi/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-02 11:43:26 +0100
committerErich Eckner <git@eckner.net>2018-02-02 11:43:26 +0100
commitf193dadd383893ade41a0d0bc04c58f7403c4a9e (patch)
tree5bf1b77b7f5c7df173d65bfedbd7179aeab8fe21 /community/rofi/PKGBUILD
parent97503d608c79376f888958a71b99c5350bc87c91 (diff)
downloadpackages-f193dadd383893ade41a0d0bc04c58f7403c4a9e.tar.xz
community/rofi: remove patch
Diffstat (limited to 'community/rofi/PKGBUILD')
-rw-r--r--community/rofi/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/rofi/PKGBUILD b/community/rofi/PKGBUILD
deleted file mode 100644
index bd52eb16..00000000
--- a/community/rofi/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-source+=('rofi-1.4.2-theme-parser-test.patch')
-sha256sums+=('9761d862c3a55608124f5f1363bfe31f02db169460ac28090c5d7474a754205c')
-
-eval "$(
- declare -f prepare | \
- sed '
- /done/ a \
- patch -Np1 -i "$srcdir/rofi-1.4.2-theme-parser-test.patch"
- '
-)"