summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2015-10-10 14:38:30 -0700
committerLlewelyn Trahaearn2015-10-10 14:38:30 -0700
commitccd6784b7b86c1467d2ab441b2c1988c1d0472e9 (patch)
tree3da170c71c9048f86cd470f2dd4fa75bcf8b5825
parent9708c2c0bc9452bf3af9d6fc842e3a35597a5094 (diff)
downloadaur-ccd6784b7b86c1467d2ab441b2c1988c1d0472e9.tar.gz
Removed superfluous sed replacement statement. Extension now supports current versions of GNOME without modification.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c7f1c88e697..6a28f991d225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname}"
git checkout ${_branch}
- sed -i 's#\[\"3.8\", \"3.10\", \"3.12\", \"3.14\"\]#\[\"3.8\", \"3.10\", \"3.12\", \"3.14\", \"3.16\"\]#g' "./metadata.json"
}
build() {