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

Antonio Rojas arojas at archlinux.org
Fri Dec 25 22:03:20 UTC 2020


    Date: Friday, December 25, 2020 @ 22:03:20
  Author: arojas
Revision: 791019

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-25 22:03:07 UTC (rev 791018)
+++ PKGBUILD	2020-12-25 22:03:20 UTC (rev 791019)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=nautilus-terminal
-pkgver=3.3.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=b9275af4e160bfb13053f99497bf92488e99e6a0  # tags/v3.3.0
-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 791018, nautilus-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-25 22:03:20 UTC (rev 791019)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list