[arch-commits] Commit in quiterss/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Wed Jul 4 18:02:25 UTC 2018
Date: Wednesday, July 4, 2018 @ 18:02:25
Author: bgyorgy
Revision: 351987
archrelease: copy trunk to community-x86_64
Added:
quiterss/repos/community-x86_64/PKGBUILD
(from rev 351986, quiterss/trunk/PKGBUILD)
Deleted:
quiterss/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-04 18:02:21 UTC (rev 351986)
+++ PKGBUILD 2018-07-04 18:02:25 UTC (rev 351987)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: willemw <willemw12 at gmail.com>
-# Contributor: ThecaTTony <thecattony at gmx dot com>
-# Contributor: <giacomogiorgianni at gmail dot com>
-
-pkgname=quiterss
-pkgver=0.18.10
-pkgrel=2
-pkgdesc='Fast and light RSS/Atom feed reader written in Qt/С++'
-arch=(x86_64)
-url='https://quiterss.org/'
-license=(GPL3)
-depends=(gst-plugins-good qt5-multimedia qt5-webkit)
-makedepends=(qt5-tools)
-source=($pkgname-$pkgver.tar.gz::https://github.com/QuiteRSS/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('843475913fa876e38cab147aa458a8a282efaee4d25f828d8b731e70799a4f32')
-
-build() {
- cd $pkgname-$pkgver
- qmake-qt5 CONFIG+=release PREFIX=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
-
Copied: quiterss/repos/community-x86_64/PKGBUILD (from rev 351986, quiterss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-04 18:02:25 UTC (rev 351987)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: willemw <willemw12 at gmail.com>
+# Contributor: ThecaTTony <thecattony at gmx dot com>
+# Contributor: <giacomogiorgianni at gmail dot com>
+
+pkgname=quiterss
+pkgver=0.18.12
+pkgrel=1
+pkgdesc='Fast and light RSS/Atom feed reader written in Qt/С++'
+arch=(x86_64)
+url='https://quiterss.org/'
+license=(GPL3)
+depends=(gst-plugins-good qt5-multimedia qt5-webkit)
+makedepends=(qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/QuiteRSS/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('120de0d640e2c417d664872b8b8881c85c3e76aec9b76d235f0e12e5ee78f01f')
+
+build() {
+ cd $pkgname-$pkgver
+ qmake-qt5 CONFIG+=release PREFIX=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
+
More information about the arch-commits
mailing list