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

Jan Steffens heftig at archlinux.org
Sun Apr 7 09:27:31 UTC 2019


    Date: Sunday, April 7, 2019 @ 09:27:30
  Author: heftig
Revision: 350295

3.32.1-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-07 09:23:41 UTC (rev 350294)
+++ PKGBUILD	2019-04-07 09:27:30 UTC (rev 350295)
@@ -3,7 +3,7 @@
 # Contributor: Giulio Bai <giulio at hewle.com>
 
 pkgname=accerciser
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=ad5635e7bdbffaebbc4279a20373e0af45c35cf1  # tags/3.32.0^0
+_commit=79fa623480ce8eaceedee64c522d9ae37eed54c5  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -35,6 +35,5 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-  install -m 755 -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
 }



More information about the arch-commits mailing list