[arch-commits] Commit in deluge/trunk (PKGBUILD untag-build.patch)

Jan Steffens heftig at archlinux.org
Tue Oct 4 17:06:16 UTC 2016


    Date: Tuesday, October 4, 2016 @ 17:06:15
  Author: heftig
Revision: 277701

1.3.13+2+g6c73105-1

Added:
  deluge/trunk/untag-build.patch
Modified:
  deluge/trunk/PKGBUILD

-------------------+
 PKGBUILD          |    7 +++++--
 untag-build.patch |   10 ++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-04 16:21:29 UTC (rev 277700)
+++ PKGBUILD	2016-10-04 17:06:15 UTC (rev 277701)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
-pkgver=1.3.13
+pkgver=1.3.13+2+g6c73105
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model"
 arch=(any)
@@ -18,15 +18,18 @@
             'librsvg: needed for gtk ui'
             'python2-mako: needed for web ui')
 install=deluge.install
-_commit=226346311412c164cfb5e467d04b1ee8627bc015
+_commit=6c73105a7307508c8267614bfe0be9a34b9bfb36  # 1.3-stable
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
+        untag-build.patch
         deluged.service deluge-web.service)
 sha256sums=('SKIP'
+            'fbd17f13765f5560bab01a81a42aff0f2f757a4a6fa29379ae31d95b9721e4f2'
             '58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
             'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../untag-build.patch
   sed -i '1s/python$/&2/' \
     deluge/ui/Win32IconImagePlugin.py \
     deluge/ui/web/gen_gettext.py

Added: untag-build.patch
===================================================================
--- untag-build.patch	                        (rev 0)
+++ untag-build.patch	2016-10-04 17:06:15 UTC (rev 277701)
@@ -0,0 +1,10 @@
+diff --git i/setup.cfg w/setup.cfg
+index 2dfe955fdbcb5f63..8d568e8ce4785fbb 100644
+--- i/setup.cfg
++++ w/setup.cfg
+@@ -1,5 +1,4 @@
+ [egg_info]
+-tag_build = -dev
+ tag_svn_revision = false
+ 
+ [build_docs]



More information about the arch-commits mailing list