summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Sahrawat2021-08-02 10:37:02 +0530
committerSumit Sahrawat2021-08-02 10:37:19 +0530
commit4760ca148b0da3ee3c45acb1309d9d3e8843e77f (patch)
tree1f4a258611de16b87782d791f34dd2a13575afaa
parentf4b0647079e6d88ce47dd1110bbd02ab0364bcc6 (diff)
downloadaur-4760ca148b0da3ee3c45acb1309d9d3e8843e77f.tar.gz
Fix issue with heredoc EOF
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--surf.install6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 101e16a0dd1b..b45f97a6e61c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = surf
pkgdesc = A simple web browser based on WebKit/GTK+.
pkgver = 2.1
- pkgrel = 3
+ pkgrel = 4
url = https://surf.suckless.org/
install = surf.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 651280a8a86a..c72be4cd42a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=surf
pkgver=2.1
-pkgrel=3
+pkgrel=4
pkgdesc='A simple web browser based on WebKit/GTK+.'
arch=('x86_64')
url='https://surf.suckless.org/'
diff --git a/surf.install b/surf.install
index 126c0aa6bccd..19b881ff2b46 100644
--- a/surf.install
+++ b/surf.install
@@ -2,9 +2,9 @@ post_install() {
while read; do
printf '%s\n' "$REPLY"
done <<-EOF
- ==> Add a config.h in PKGBUILD's directory
- ==> and rebuild the package if you want to change settings.
- EOF
+==> Add a config.h in PKGBUILD's directory
+==> and rebuild the package if you want to change settings.
+EOF
}
post_upgrade() {