summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--masterpdfeditor.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20c3a452487d..b3e5b8715efa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu May 19 15:27:57 UTC 2016
+# Fri May 20 12:39:25 UTC 2016
pkgbase = masterpdfeditor
pkgdesc = A complete solution for creation and editing PDF files. (Free for non-commercial use)
pkgver = 3.7.10
- pkgrel = 1
+ pkgrel = 2
url = http://code-industry.net/free-pdf-editor.php
- install = masterpdfeditor.install
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 24ab6ff807ba..1e19b0fe0b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=masterpdfeditor
pkgver=3.7.10
-pkgrel=1
+pkgrel=2
pkgdesc="A complete solution for creation and editing PDF files. (Free for non-commercial use)"
url="http://code-industry.net/free-pdf-editor.php"
arch=('i686' 'x86_64')
license=('custom')
depends=('qt4')
-install=${pkgname}.install
source=(${pkgname}.desktop)
source_i686=(http://get.code-industry.net/public/master-pdf-editor-${pkgver}_i386.tar.gz)
diff --git a/masterpdfeditor.install b/masterpdfeditor.install
deleted file mode 100644
index bb5f507101c1..000000000000
--- a/masterpdfeditor.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}