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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 20 08:40:49 UTC 2014


    Date: Saturday, September 20, 2014 @ 10:40:49
  Author: bpiotrowski
Revision: 222155

upgpkg: brltty 5.1-1

new upstream release

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-20 08:37:05 UTC (rev 222154)
+++ PKGBUILD	2014-09-20 08:40:49 UTC (rev 222155)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=brltty
-pkgver=4.5
-pkgrel=8
+pkgver=5.1
+pkgrel=1
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(i686 x86_64)
 url="http://mielke.cc/brltty"
@@ -18,16 +18,11 @@
 backup=(etc/brltty.conf)
 options=('!emptydirs')
 install=brltty.install
-source=(https://github.com/brltty/brltty/archive/${pkgname^^}-$pkgver.tar.gz
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
         brltty.service)
 
-prepare() {
-  cd $pkgname-${pkgname^^}-$pkgver
-  ./autogen
-}
-
 build() {
-  cd $pkgname-${pkgname^^}-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --mandir=/usr/share/man \
     --with-tables-directory=/usr/share/brltty \
@@ -40,11 +35,11 @@
 }
 
 package() {
-  cd $pkgname-${pkgname^^}-$pkgver
+  cd $pkgname-$pkgver
   make INSTALL_ROOT="$pkgdir" install
   install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
   install -Dm644 ../brltty.service "$pkgdir/usr/lib/systemd/system/brltty.service"
 }
 
-md5sums=('c21cfd64fd84b21739383e63e1ec81b3'
+md5sums=('938769dd1c3c3baf0d6dfafeb11581ec'
          '0cad54bb5470122535f5e3a11d5ca123')




More information about the arch-commits mailing list