summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2018-10-20 21:24:17 +0200
committerMuflone2018-10-20 21:24:32 +0200
commit07cb28d615a36a87c21472947b8455749e3e9f7c (patch)
tree2467e0eb9e988cafad992c1203f9ca6449d6195e
parent59a2b68b0d06abd5fb44a9e307c51094f4f6606d (diff)
downloadaur-bcompare3.tar.gz
Updated package bcompare3 3.3.13.18981-3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--bcompare3.install12
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb6f148fd0b5..2e3e55b85b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Oct 20 19:24:28 UTC 2018
pkgbase = bcompare3
pkgdesc = Beyond Compare 3: Compare, sync, and merge files and folders
pkgver = 3.3.13.18981
- pkgrel = 2
+ pkgrel = 3
url = http://www.scootersoftware.com
- install = bcompare3.install
arch = i686
arch = x86_64
license = custom
@@ -16,7 +17,7 @@ pkgbase = bcompare3
source = http://www.scootersoftware.com/bcompare-3.3.13.18981.tar.gz
source = license.html::http://www.scootersoftware.com/shop.php?zz=kb_license
sha256sums = 325034adc1755846399acf99e672e5f46184a1fe24077d672edd18b7ece8c3d7
- sha256sums = aea5e1df107528473c651aaef7ab0a60d87fa4662f9988c9dff83e05284be7d4
+ sha256sums = 14ed0bce947b574815df6a2326c0bea6c1207257b49f25bd501d927c576dfc1a
depends_i686 = libsm
depends_i686 = libxcursor
depends_i686 = libxft
diff --git a/PKGBUILD b/PKGBUILD
index 1c31ba2a63be..49308a1ca66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=bcompare3
pkgver=3.3.13.18981
-pkgrel=2
+pkgrel=3
pkgdesc="Beyond Compare 3: Compare, sync, and merge files and folders"
arch=('i686' 'x86_64')
url="http://www.scootersoftware.com"
@@ -23,9 +23,8 @@ depends_x86_64=('lib32-libsm' 'lib32-libxcursor' 'lib32-libxft' 'lib32-libxinera
source=("http://www.scootersoftware.com/bcompare-${pkgver}.tar.gz"
"license.html"::"http://www.scootersoftware.com/shop.php?zz=kb_license")
sha256sums=('325034adc1755846399acf99e672e5f46184a1fe24077d672edd18b7ece8c3d7'
- 'aea5e1df107528473c651aaef7ab0a60d87fa4662f9988c9dff83e05284be7d4')
+ '14ed0bce947b574815df6a2326c0bea6c1207257b49f25bd501d927c576dfc1a')
options=('!strip') # Do not strip binaries because it breaks them down
-install="${pkgname}.install"
conflicts=('bcompare' 'bcompare-beta')
#Set up platform-specific variables
diff --git a/bcompare3.install b/bcompare3.install
deleted file mode 100644
index 31ec780804e8..000000000000
--- a/bcompare3.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-mime-database /usr/share/mime 1> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}