[arch-commits] Commit in moserial/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Dec 23 12:57:02 UTC 2021


    Date: Thursday, December 23, 2021 @ 12:57:02
  Author: arojas
Revision: 1083148

archrelease: copy trunk to community-x86_64

Added:
  moserial/repos/community-x86_64/PKGBUILD
    (from rev 1083147, moserial/trunk/PKGBUILD)
Deleted:
  moserial/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-23 12:56:54 UTC (rev 1083147)
+++ PKGBUILD	2021-12-23 12:57:02 UTC (rev 1083148)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-# Contributor: Matias De la Puente <mfpuente.ar at gmail.com>
-
-pkgname=moserial
-pkgver=3.0.20
-pkgrel=1
-pkgdesc="Clean, friendly GTK+-based serial terminal for the GNOME desktop"
-arch=('x86_64')
-url="https://wiki.gnome.org/moserial"
-license=('GPL3')
-depends=('gsettings-desktop-schemas' 'gtk3')
-makedepends=('intltool' 'itstool')
-optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('dd180bc027c2858706780c806f7af99a256c83ecc298fb6a5eb0ce3979f1fa92')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: moserial/repos/community-x86_64/PKGBUILD (from rev 1083147, moserial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-23 12:57:02 UTC (rev 1083148)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+# Contributor: Matias De la Puente <mfpuente.ar at gmail.com>
+
+pkgname=moserial
+pkgver=3.0.21
+pkgrel=1
+pkgdesc="Clean, friendly GTK+-based serial terminal for the GNOME desktop"
+arch=('x86_64')
+url="https://wiki.gnome.org/moserial"
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gtk3')
+makedepends=('intltool' 'itstool')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('788b29f256502b83536116c90795383961b26338a04d32c8ed35e53da4284aad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list