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

Balló György bgyorgy at archlinux.org
Mon Jan 13 11:06:37 UTC 2020


    Date: Monday, January 13, 2020 @ 11:06:37
  Author: bgyorgy
Revision: 552329

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 11:06:34 UTC (rev 552328)
+++ PKGBUILD	2020-01-13 11:06:37 UTC (rev 552329)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=nautilus-terminal
-pkgver=3.2.3
-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=fc3ef7c6ca572355dfc1752257834c573dd5f6e0  # tags/v3.2.3
-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 552328, nautilus-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-13 11:06:37 UTC (rev 552329)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=nautilus-terminal
+pkgver=3.3.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=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
+}



More information about the arch-commits mailing list