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

Gaetan Bisson bisson at archlinux.org
Wed Jun 8 19:09:45 UTC 2016


    Date: Wednesday, June 8, 2016 @ 21:09:45
  Author: bisson
Revision: 269149

upstream update

Modified:
  unison/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-08 18:42:39 UTC (rev 269148)
+++ PKGBUILD	2016-06-08 19:09:45 UTC (rev 269149)
@@ -3,8 +3,8 @@
 #Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=unison
-pkgver=2.48.3
-pkgrel=2
+pkgver=2.48.4
+pkgrel=1
 pkgdesc='File-synchronization tool'
 url='http://www.cis.upenn.edu/~bcpierce/unison/'
 arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
 makedepends=('ocaml' 'lablgtk2' 'imagemagick')
 source=("http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
         'desktop')
-sha1sums=('74f1c087ee49dc1db4680ad779280f7333d5c968'
+sha1sums=('baeff0e3a942c710ce551cca118b891feca137c5'
           '9dad1737dd8d90e7ee2744a96cf71bd9f802a12a')
 
 options=('!makeflags')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/src"
 	CFLAGS=""
 
 	for ui in text gtk2; do
@@ -31,7 +31,7 @@
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/src"
 
 	install -d "${pkgdir}"/usr/bin
 	install -m755 unison-* "${pkgdir}"/usr/bin



More information about the arch-commits mailing list