[arch-commits] Commit in ledger/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Fri Feb 22 18:24:41 UTC 2019


    Date: Friday, February 22, 2019 @ 18:24:40
  Author: lfleischer
Revision: 435273

upgpkg: ledger 3.1.2-1

Upstream update.

Modified:
  ledger/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 18:22:31 UTC (rev 435272)
+++ PKGBUILD	2019-02-22 18:24:40 UTC (rev 435273)
@@ -6,8 +6,8 @@
 # Contributor: Nathan Jones <nathanj at insightbb.com>
 
 pkgname=ledger
-pkgver=3.1.1
-pkgrel=10
+pkgver=3.1.2
+pkgrel=1
 pkgdesc='Double-entry accounting system with a command-line reporting interface'
 arch=('i686' 'x86_64')
 url='http://ledger-cli.org'
@@ -14,21 +14,9 @@
 license=('BSD')
 depends=('python2' 'boost' 'libedit')
 makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz"
-        "$pkgname-boost-1.61.patch::https://github.com/ledger/$pkgname/commit/1856b8c4902498843f4da37a7aaeb2ce85acc1d3.patch"
-        "$pkgname-boost-1.68.patch::https://github.com/ledger/$pkgname/commit/c18a55f9ef9969b38e5cf7f0f319b8ec5df34809.patch")
-sha256sums=('90f06561ab692b192d46d67bc106158da9c6c6813cc3848b503243a9dfd8548a'
-            '3fe6750973d1ac10c822735759b35f362a68afb3dfa9887aaa7d83839a9e99eb'
-            '8d8e646cb872203a1111d8a304f2d3993f4334c65179e32134964267931357ab')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i '/enable_testing()\|add_subdirectory(test)/d' CMakeLists.txt
-  patch -p1 -i "$srcdir/$pkgname-boost-1.61.patch"
-  patch -p1 -i "$srcdir/$pkgname-boost-1.68.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
 



More information about the arch-commits mailing list