summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
-rw-r--r--kitematic.install3
2 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7106da264bc5..a0a6355892c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Sander Boom <sanderboom@gmail.com>
-# Upstream URL Kitematic: https://github.com/kitematic/kitematic
-# Upstream URL linux-support: https://github.com/zedtux/kitematic
-
+# Improvements via PR welcome at: https://github.com/sanderboom/aur-kitematic
+#
# Kitematic support for linux is not yet official. This package aims to be a
# quick-and-dirty solution to install and run (providing a *.desktop file) for
# the time being.
+#
+# Upstream URL Kitematic: https://github.com/kitematic/kitematic
+# Upstream URL linux-support: https://github.com/zedtux/kitematic
pkgname=kitematic
pkgver=0.7.2.r128.ge8e1fba
diff --git a/kitematic.install b/kitematic.install
index 905b35595edf..bd352bd9c857 100644
--- a/kitematic.install
+++ b/kitematic.install
@@ -23,6 +23,3 @@ post_upgrade() {
post_install $1
}
-post_remove() {
- post_install $1
-}