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

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Apr 19 10:30:49 UTC 2013


    Date: Friday, April 19, 2013 @ 12:30:49
  Author: spupykin
Revision: 88519

upgpkg: librtfcomp 1.2-1

upd

Modified:
  librtfcomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-19 10:30:46 UTC (rev 88518)
+++ PKGBUILD	2013-04-19 10:30:49 UTC (rev 88519)
@@ -2,15 +2,15 @@
 # Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
 
 pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
+pkgver=1.2
+pkgrel=1
 pkgdesc="SynCE librtfcomp library"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.synce.org/"
 depends=(pyrex)
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
+md5sums=('cdff301ff346905595d0bb6efd432850')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,5 +21,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  rm ${pkgdir}/usr/bin/test
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
 }




More information about the arch-commits mailing list