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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jan 8 22:40:56 UTC 2018


    Date: Monday, January 8, 2018 @ 22:40:55
  Author: jlichtblau
Revision: 280593

upgpkg: gammu 1.39.0-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 22:35:26 UTC (rev 280592)
+++ PKGBUILD	2018-01-08 22:40:55 UTC (rev 280593)
@@ -5,7 +5,7 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=gammu
-pkgver=1.38.5
+pkgver=1.39.0
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('x86_64')
@@ -15,16 +15,16 @@
 makedepends=('cmake' 'doxygen' 'python2')
 optdepends=('dialog: support for the gammu-config script' 'python2: for python bindings')
 source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f8c8f3568189c14eb20d792b759c6f22b6a35f47b4fe4abd52000160c7de2ed')
+sha256sums=('66d1d991d7a993fdf254d4c425f0fdd38c9cca15b1735936695a486067a6a9f8')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 # bash completion dir change
   sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR "/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
   make
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list