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

Jan Steffens heftig at archlinux.org
Sun Mar 11 20:17:05 UTC 2018


    Date: Sunday, March 11, 2018 @ 20:17:04
  Author: heftig
Revision: 318646

0.2.3-1

Modified:
  gnome-autoar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 20:10:41 UTC (rev 318645)
+++ PKGBUILD	2018-03-11 20:17:04 UTC (rev 318646)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-autoar
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="Automatic archives creating and extracting library"
-arch=('x86_64')
-license=('LGPL')
 url="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
-depends=('glib2' 'libarchive' 'gtk3')
-makedepends=('intltool' 'git' 'gobject-introspection' 'gnome-common' 'gtk-doc' 'vala')
-_commit=2c40b322ac38507545adaaac9ddecec4ff354279  # tags/0.2.2^0
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libarchive gtk3)
+makedepends=(intltool git gobject-introspection gnome-common gtk-doc vala)
+_commit=36c63bd0f0fce9412f5a495a062bd1520ffbaf1f  # tags/0.2.3^0
 source=("git+https://git.gnome.org/browse/gnome-autoar#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 
 package() {
   cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list