diff --git a/PKGBUILD b/PKGBUILD
index b0750b98dac6c3879b6e0328bcc4cc259d595659..ea4aff918be960c9b83db0947c3ee55c1f149d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: korjjj <korjjj+aur@gmail.com>
 
 pkgname=syncthing
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/"
@@ -17,7 +17,6 @@ source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${
         $pkgname.1)
 sha1sums=('SKIP'
           '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
 
 prepare() {
   cd "${srcdir}"
diff --git a/syncthing.install b/syncthing.install
deleted file mode 100644
index 3d7975ec5f30d2113344fcd70892e1ffdd86d234..0000000000000000000000000000000000000000
--- a/syncthing.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
-cat << EOF
-  To start and/or enable syncthing execute the following,
-  replacing 'user' with your username.
-
-    systemctl start syncthing@user
-    systemctl enable syncthing@user
-EOF
-}
-
-post_upgrade() {
-cat << EOF
-  Syncthing v0.11 does not support synchronizing with older versions (v0.10 or older).
-  Syncthing v0.11 will rehash all files on first startup.
-  Syncthing v0.11 requires updates to other programs it integrates with.
-  For details see the project release notes page at:
-  https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426
-
-EOF
-}