[arch-commits] Commit in nautilus-terminal/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 17 08:44:38 UTC 2021


    Date: Saturday, April 17, 2021 @ 08:44:38
  Author: arojas
Revision: 919629

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 08:44:28 UTC (rev 919628)
+++ PKGBUILD	2021-04-17 08:44:38 UTC (rev 919629)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=nautilus-terminal
-pkgver=3.4.2
-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=44f3a15897c104d672ad45863da17a3b37a2895b  # tags/v3.4.2
-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 919628, nautilus-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-17 08:44:38 UTC (rev 919629)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=nautilus-terminal
+pkgver=3.5.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=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
+}



More information about the arch-commits mailing list