Date: Tuesday, January 9, 2018 @ 22:35:17
  Author: bgyorgy
Revision: 280784

archrelease: copy trunk to community-x86_64

Added:
  uget/repos/community-x86_64/PKGBUILD
    (from rev 280783, uget/trunk/PKGBUILD)
Deleted:
  uget/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-09 22:34:56 UTC (rev 280783)
+++ PKGBUILD    2018-01-09 22:35:17 UTC (rev 280784)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=uget
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/";
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-x86_64/PKGBUILD (from rev 280783, 
uget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-01-09 22:35:17 UTC (rev 280784)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=uget
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
+arch=('x86_64')
+url="http://ugetdm.com/";
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('552c325a82eed30e5e95428a3fb1ddeb41e1cf6da57eb4a2b4bb37cb44aee265')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to