Date: Friday, November 25, 2022 @ 20:44:25
  Author: arojas
Revision: 1353918

archrelease: copy trunk to community-any

Added:
  nautilus-terminal/repos/community-any/PKGBUILD
    (from rev 1353917, nautilus-terminal/trunk/PKGBUILD)
Deleted:
  nautilus-terminal/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-25 20:44:16 UTC (rev 1353917)
+++ PKGBUILD    2022-11-25 20:44:25 UTC (rev 1353918)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=nautilus-terminal
-pkgver=3.5.0
-pkgrel=2
-pkgdesc="Embedded terminal for Nautilus"
-arch=(any)
-url="https://github.com/flozz/nautilus-terminal";
-license=(GPL3)
-depends=(python-nautilus python-psutil vte3)
-makedepends=(git python-setuptools)
-_commit=de0d4a6feb96fa8f24635f6130e715e019bb01dc
-source=("git+https://github.com/flozz/nautilus-terminal#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: nautilus-terminal/repos/community-any/PKGBUILD (from rev 1353917, 
nautilus-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-25 20:44:25 UTC (rev 1353918)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=nautilus-terminal
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Embedded terminal for Nautilus"
+arch=(any)
+url="https://github.com/flozz/nautilus-terminal";
+license=(GPL3)
+depends=(python-nautilus python-psutil vte3)
+makedepends=(git python-setuptools)
+_commit=752b87dfb289f48c493fac4d2145e747f1809638
+source=("git+https://github.com/flozz/nautilus-terminal#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}

Reply via email to