[arch-commits] Commit in irssi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jun 30 20:46:21 UTC 2019


    Date: Sunday, June 30, 2019 @ 20:46:21
  Author: anthraxx
Revision: 357178

archrelease: copy trunk to extra-x86_64

Added:
  irssi/repos/extra-x86_64/PKGBUILD
    (from rev 357177, irssi/trunk/PKGBUILD)
Deleted:
  irssi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-30 20:46:15 UTC (rev 357177)
+++ PKGBUILD	2019-06-30 20:46:21 UTC (rev 357178)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dan McGee <dan at archlinux.org>
-
-pkgname=irssi
-pkgver=1.2.0
-pkgrel=4
-pkgdesc='Modular text mode IRC client with Perl scripting'
-url='https://irssi.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('glib2' 'openssl' 'libotr')
-optdepends=('perl-libwww: for the scriptassist script')
-replaces=('irssi-otr')
-backup=('etc/irssi.conf')
-source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('343530ca63355dd6683e84f31602c9162e1e3158e52ce81e37519d1e42abbdcb621fb710fcb605fcafd7e7ea3f2c30ed62607d4ea91d8c8dc29bf893e54aee40'
-            'SKIP')
-validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project <staff at irssi.org>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-proxy \
-    --with-perl-lib=vendor \
-    --with-otr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi/repos/extra-x86_64/PKGBUILD (from rev 357177, irssi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-30 20:46:21 UTC (rev 357178)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
+
+pkgname=irssi
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glib2' 'openssl' 'libotr')
+optdepends=('perl-libwww: for the scriptassist script')
+replaces=('irssi-otr')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('67c4501b5a0055c1b24fa6753305658de809cd66e952e6f9233701a112989fd8721a065b1c681725b82346b40b53a29bd2b6b8b8315ac0ad196235a9e5156d5a'
+            'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project <staff at irssi.org>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-proxy \
+    --with-perl-lib=vendor \
+    --with-otr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list