Package Details: bcompare 5.0.2.30045-1

Git Clone URL: https://aur.archlinux.org/bcompare.git (read-only, click to copy)
Package Base: bcompare
Description: Beyond Compare 5: Compare, sync, and merge files and folders.
Upstream URL: https://www.scootersoftware.com
Keywords: compare diff
Licenses: custom
Groups: utility
Submitter: Musikolo
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 100
Popularity: 0.157235
First Submitted: 2011-07-27 22:54 (UTC)
Last Updated: 2024-08-28 16:58 (UTC)

Dependencies (11)

Sources (1)

Pinned Comments

Musikolo commented on 2024-08-25 07:07 (UTC) (edited on 2024-10-16 03:55 (UTC) by Musikolo)

You can build the last version of Beyond Compare v4 I packaged (4.4.7.28397) by doing this:

git clone https://aur.archlinux.org/bcompare.git/
cd bcompare
git checkout dcf8794f1301c9213558b2583a956c04cf2a2135
makepkg -crs

Since you have a license for v4, you might be interested in looking at the upgrade policy at https://www.scootersoftware.com/kb/upgradepolicy .

I hope it helps!

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22

jsivak commented on 2011-08-25 17:28 (UTC)

I was able to build bcompare using the following changes (inspired from http://www.scootersoftware.com/vbulletin/showthread.php?t=5314): --- PKGBUILD 2011-08-25 13:26:21.495281647 -0400 +++ bcompare_aur_PKGBUILD 2011-08-25 13:19:26.899691256 -0400 @@ -5,13 +5,13 @@ pkgdesc="Beyond Compare 3: Compare, sync, and merge files and folders" pkgrel=1 # Only i686 architecture supported so far :-( -#arch=(i686 x86_64) -arch=(i686) +arch=(i686 x86_64) +#arch=(i686) url="http://www.scootersoftware.com/index.php" license=(GPL3) groups=('utility') -makedepends=() -depends=() +makedepends=( 'lib32-qt' 'lib32-qt3' 'sh') +depends=('sh') options=() source=(http://www.scootersoftware.com/${pkgname}-${pkgver}.tar.gz) sha256sums=('6243016e888dca46fd8195f90c45d106b0ce5f8b0490ffc3e178890ac60b92fb')