Date: Sunday, August 9, 2020 @ 01:33:16
  Author: heftig
Revision: 393349

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/PKGBUILD
    (from rev 393344, file-roller/trunk/PKGBUILD)
Deleted:
  file-roller/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-09 01:33:15 UTC (rev 393348)
+++ PKGBUILD    2020-08-09 01:33:16 UTC (rev 393349)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Contributor: Jan de Groot <j...@archlinux.org>
-
-pkgname=file-roller
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-            'unrar: better RAR archive support'
-            'unace: ACE archive support'
-            'lrzip: lrzip archive support'
-            'squashfs-tools: squashfs image support')
-groups=(gnome)
-_commit=eef4df4c857520ac81b1514d3b923e88855ce669  # tags/3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 393344, 
file-roller/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-09 01:33:16 UTC (rev 393349)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=file-roller
+pkgver=3.36.3
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+            'unrar: better RAR archive support'
+            'unace: ACE archive support'
+            'lrzip: lrzip archive support'
+            'squashfs-tools: squashfs image support')
+groups=(gnome)
+_commit=5fc3f05f182b7cde6347d610b4fd782612a67909  # tags/3.36.3^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Reply via email to