[arch-commits] Commit in (47 files)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 2 11:37:09 UTC 2015


    Date: Monday, March 2, 2015 @ 12:37:09
  Author: spupykin
Revision: 128533

fix file names to avoid shared source cache conflicts

Modified:
  ninja-ide/trunk/PKGBUILD
  ninja/trunk/PKGBUILD
  offlineimap/trunk/PKGBUILD
  opencolorio/trunk/PKGBUILD
  paxd/trunk/PKGBUILD
  pcsx2/trunk/PKGBUILD	(contents, properties)
  performous/trunk/PKGBUILD
  pion/trunk/PKGBUILD
  plowshare/trunk/PKGBUILD
  povray/trunk/PKGBUILD
  python-apsw/trunk/PKGBUILD
  python-cairocffi/trunk/PKGBUILD
  python-configobj/trunk/PKGBUILD
  python-cvxopt/trunk/PKGBUILD
  python-flask-oldsessions/trunk/PKGBUILD
  python-fonttools/trunk/PKGBUILD
  python-gd/trunk/PKGBUILD
  python-html5lib/trunk/PKGBUILD
  python-itsdangerous/trunk/PKGBUILD
  python-matplotlib/trunk/PKGBUILD
  python-mccabe/trunk/PKGBUILD
  python-numexpr/trunk/PKGBUILD
  python-pillow/trunk/PKGBUILD
  python-pygit2/trunk/PKGBUILD
  python-pyside-tools/trunk/PKGBUILD
  python-simplemediawiki/trunk/PKGBUILD
  python-urllib3/trunk/PKGBUILD
  python2-pychm/trunk/PKGBUILD
  qt-at-spi/trunk/PKGBUILD
  qtkeychain/trunk/PKGBUILD
  sage-mathematics-doc/trunk/PKGBUILD
  sage-mathematics/trunk/PKGBUILD
  sage-notebook/trunk/PKGBUILD
  sl/trunk/PKGBUILD
  slop/trunk/PKGBUILD
  spacefm/trunk/PKGBUILD
  speedcrunch/trunk/PKGBUILD
  stlink/trunk/PKGBUILD
  sub2srt/trunk/PKGBUILD
  sxiv/trunk/PKGBUILD
  syncthing-gtk/trunk/PKGBUILD
  tcplay/trunk/PKGBUILD
  tigervnc/trunk/PKGBUILD
  tiled/trunk/PKGBUILD
  tlp/trunk/PKGBUILD
  tt-rss/trunk/PKGBUILD
  tup/trunk/PKGBUILD

-----------------------------------------+
 ninja-ide/trunk/PKGBUILD                |    2 +-
 ninja/trunk/PKGBUILD                    |    2 +-
 offlineimap/trunk/PKGBUILD              |    2 +-
 opencolorio/trunk/PKGBUILD              |    2 +-
 paxd/trunk/PKGBUILD                     |    3 ++-
 pcsx2/trunk/PKGBUILD                    |    2 +-
 performous/trunk/PKGBUILD               |    2 +-
 pion/trunk/PKGBUILD                     |    2 +-
 plowshare/trunk/PKGBUILD                |    2 +-
 povray/trunk/PKGBUILD                   |    2 +-
 python-apsw/trunk/PKGBUILD              |    3 ++-
 python-cairocffi/trunk/PKGBUILD         |    2 +-
 python-configobj/trunk/PKGBUILD         |    2 +-
 python-cvxopt/trunk/PKGBUILD            |    2 +-
 python-flask-oldsessions/trunk/PKGBUILD |    2 +-
 python-fonttools/trunk/PKGBUILD         |    2 +-
 python-gd/trunk/PKGBUILD                |    2 +-
 python-html5lib/trunk/PKGBUILD          |    2 +-
 python-itsdangerous/trunk/PKGBUILD      |    2 +-
 python-matplotlib/trunk/PKGBUILD        |    2 +-
 python-mccabe/trunk/PKGBUILD            |    2 +-
 python-numexpr/trunk/PKGBUILD           |    2 +-
 python-pillow/trunk/PKGBUILD            |    2 +-
 python-pygit2/trunk/PKGBUILD            |    2 +-
 python-pyside-tools/trunk/PKGBUILD      |    2 +-
 python-simplemediawiki/trunk/PKGBUILD   |    2 +-
 python-urllib3/trunk/PKGBUILD           |    2 +-
 python2-pychm/trunk/PKGBUILD            |    2 +-
 qt-at-spi/trunk/PKGBUILD                |    2 +-
 qtkeychain/trunk/PKGBUILD               |    2 +-
 sage-mathematics-doc/trunk/PKGBUILD     |    2 +-
 sage-mathematics/trunk/PKGBUILD         |    4 ++--
 sage-notebook/trunk/PKGBUILD            |    2 +-
 sl/trunk/PKGBUILD                       |    2 +-
 slop/trunk/PKGBUILD                     |    2 +-
 spacefm/trunk/PKGBUILD                  |    2 +-
 speedcrunch/trunk/PKGBUILD              |    2 +-
 stlink/trunk/PKGBUILD                   |    2 +-
 sub2srt/trunk/PKGBUILD                  |    2 +-
 sxiv/trunk/PKGBUILD                     |    2 +-
 syncthing-gtk/trunk/PKGBUILD            |    2 +-
 tcplay/trunk/PKGBUILD                   |    2 +-
 tigervnc/trunk/PKGBUILD                 |    2 +-
 tiled/trunk/PKGBUILD                    |    2 +-
 tlp/trunk/PKGBUILD                      |    2 +-
 tt-rss/trunk/PKGBUILD                   |    2 +-
 tup/trunk/PKGBUILD                      |    2 +-
 47 files changed, 50 insertions(+), 48 deletions(-)

Modified: ninja/trunk/PKGBUILD
===================================================================
--- ninja/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ ninja/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 license=(Apache)
 depends=(gcc-libs)
 makedepends=(python2 re2c emacs-nox)
-source=(https://github.com/martine/ninja/archive/v$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
 sha1sums=('1506e0f5ab59b9896d5f3af1edfc11454d35ea5d')
 
 build() {

Modified: ninja-ide/trunk/PKGBUILD
===================================================================
--- ninja-ide/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ ninja-ide/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 url="http://ninja-ide.org/"
 license=('GPL3')
 depends=('python2-setuptools' 'python2-pyqt' 'python2-pyinotify')
-source=(https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
+source=($pkgname-$pkgver.zip::https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
         ninja-ide.desktop)
 install=$pkgname.install
 sha256sums=('489fd2aede8fc16a1216a245e095f00865e0b91e8b0369f023041984f1b62a06'

Modified: offlineimap/trunk/PKGBUILD
===================================================================
--- offlineimap/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ offlineimap/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('python2')
 makedepends=('python2-docutils')
-source=("https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz")
 sha1sums=('cced67060be2922ca3ce056839b2aa1fe6b776a1')
 
 prepare() {

Modified: opencolorio/trunk/PKGBUILD
===================================================================
--- opencolorio/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ opencolorio/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python')
 makedepends=('cmake')
-source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
+source=($pkgname-$pkgver.tar.gz::http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
 sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
 
 build() 

Modified: paxd/trunk/PKGBUILD
===================================================================
--- paxd/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ paxd/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -8,7 +8,8 @@
 url='https://github.com/thestinger/paxd/'
 license=(MIT)
 depends=(glib2)
-source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 10-enable-pax.conf)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+	10-enable-pax.conf)
 sha1sums=('870862305851470c208142ca83d8b6833eb34c45'
           '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)

Modified: pcsx2/trunk/PKGBUILD
===================================================================
--- pcsx2/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ pcsx2/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -21,7 +21,7 @@
                    'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
                    'lib32-gtk-engine-unico: Unico GTK2 engine support')
 options=('!emptydirs')
-source=("https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz")
 sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9')
 
 build() {


Property changes on: pcsx2/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Modified: performous/trunk/PKGBUILD
===================================================================
--- performous/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ performous/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 'ffmpeg' 'opencv' 'sdl2')
 makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
 optdepends=('performous-freesongs: free songs for performous')
-source=(https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
 md5sums=('cbeec2f0c0114cc499746c1e33f56055')
 
 build() {

Modified: pion/trunk/PKGBUILD
===================================================================
--- pion/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ pion/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 provides=('pion-net')
 conflicts=('pion-net')
 replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/cloudmeter/pion/archive/$pkgver.zip)
 md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
 
 build() {

Modified: plowshare/trunk/PKGBUILD
===================================================================
--- plowshare/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ plowshare/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -14,7 +14,7 @@
             'libcaca: ascii display for no X server'
             'tiv: ascii display for no X server'
             'aview: ascii display for no X server')
-source=("http://plowshare.googlecode.com/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::http://plowshare.googlecode.com/archive/v$pkgver.tar.gz")
 md5sums=('91b2b42e4a3d1e22a749eb8e417609dc')
 
 package() {

Modified: povray/trunk/PKGBUILD
===================================================================
--- povray/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ povray/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -17,7 +17,7 @@
 makedepends=('boost')
 backup=("etc/povray/$pkgver/povray.conf"
         "etc/povray/$pkgver/povray.ini")
-source=("https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip"
+source=("$pkgname-$pkgver.zip::https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip"
         'povray3.7.0_rc3-user-conf.patch')
 sha256sums=('1261d963327a4b04c09d56bbd7436d0062e6bf8363674e3fb4e240beefb5b5cb'
             '95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')

Modified: python-apsw/trunk/PKGBUILD
===================================================================
--- python-apsw/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-apsw/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -10,7 +10,8 @@
 url="https://github.com/rogerbinns/apsw"
 license=('MIT')
 makedepends=('python' 'python2')
-source=("https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz" "LICENSE")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz"
+	"LICENSE")
 md5sums=('9a5432a725544079a8c4172d2412dc36'
          '9be3fbee1bae6c66d658a157c67943c0')
 

Modified: python-cairocffi/trunk/PKGBUILD
===================================================================
--- python-cairocffi/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-cairocffi/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 'python2-setuptools' 'cairo' 'gdk-pixbuf2')
 checkdepends=('python-pytest' 'python2-pytest' 'python-xcffib' 'python2-xcffib')
-source=("https://github.com/SimonSapin/cairocffi/archive/v${pkgver}.tar.gz")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/SimonSapin/cairocffi/archive/v${pkgver}.tar.gz")
 md5sums=('4748b086d414e8e6b43b40e22b738f2c')
 
 prepare() {

Modified: python-configobj/trunk/PKGBUILD
===================================================================
--- python-configobj/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-configobj/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 url='https://github.com/DiffSK/configobj'
 license=('BSD')
 makedepends=('python' 'python2')
-source=("https://github.com/DiffSK/configobj/archive/v$pkgver.zip")
+source=("$pkgbase-$pkgver.zip::https://github.com/DiffSK/configobj/archive/v$pkgver.zip")
 sha256sums=('e852700ac5916b1e737a69f45b3ccd26d13320546788d92636437994cdb7d748')
 
 package_python-configobj() {

Modified: python-cvxopt/trunk/PKGBUILD
===================================================================
--- python-cvxopt/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-cvxopt/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -18,7 +18,7 @@
             'fftw: for FFTW interface'
             'glpk: solver for linear cone and PWL programming problems'
             'dsdp: solver for linear cone semidefinite programming problems')
-source=("https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz")
 sha1sums=('199ae22f7175be8e46b277993eea7c39e30da1f1')
 
 prepare() {

Modified: python-flask-oldsessions/trunk/PKGBUILD
===================================================================
--- python-flask-oldsessions/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-flask-oldsessions/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -9,7 +9,7 @@
 arch=('any')
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/mitsuhiko/flask-oldsessions/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/flask-oldsessions/archive/$pkgver.tar.gz")
 sha256sums=('056e16cbe89187dc5c5fff019aa20c60daec32be2334848f4b813ce51e6701fb')
 
 prepare() {

Modified: python-fonttools/trunk/PKGBUILD
===================================================================
--- python-fonttools/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-fonttools/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 license=("BSD")
 arch=('any')
 makedepends=("python2-setuptools" "python-numpy" "python2-numpy")
-source=(https://github.com/behdad/fonttools/archive/${pkgver}.tar.gz)
+source=($pkgbase-$pkgver.tar.gz::https://github.com/behdad/fonttools/archive/${pkgver}.tar.gz)
 md5sums=('aaea54faef0e09466d4c6e99503b291d')
 
 prepare() {

Modified: python-gd/trunk/PKGBUILD
===================================================================
--- python-gd/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-gd/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 license=("BSD")
 url="https://github.com/Solomoriah/gdmodule/"
 depends=('python2' 'gd')
-source=("https://github.com/Solomoriah/gdmodule/archive/v$pkgver.tar.gz")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Solomoriah/gdmodule/archive/v$pkgver.tar.gz")
 md5sums=('330edf336f38ede060908ce8bc6a6ce0')
 
 build() {

Modified: python-html5lib/trunk/PKGBUILD
===================================================================
--- python-html5lib/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-html5lib/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -9,7 +9,7 @@
 url="https://github.com/html5lib"
 license=('MIT')
 makedepends=('python2' 'python' 'unzip')
-source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
+source=($pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
     LICENSE)
 md5sums=('f74b320f10d74df9cca8a08b42cb278c'
          '838c366f69b72c5df05c96dff79b35f2')

Modified: python-itsdangerous/trunk/PKGBUILD
===================================================================
--- python-itsdangerous/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-itsdangerous/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -10,7 +10,7 @@
 url="http://pypi.python.org/pypi/itsdangerous"
 license=('BSD')
 makedepends=('python' 'python2')
-source=("https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz")
 sha256sums=('b035b2da1d493b00a5ee7a5b750f96929de87b610643939fbe382902774626fc')
 
 prepare() {

Modified: python-matplotlib/trunk/PKGBUILD
===================================================================
--- python-matplotlib/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-matplotlib/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -21,7 +21,7 @@
              'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 'texlive-bin'
              'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 'python-pyqt5' 'python2-pyqt5'
              'libxkbcommon-x11' 'python-pillow' 'python2-pillow')
-source=("https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz")
 sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa')
 
 prepare() {

Modified: python-mccabe/trunk/PKGBUILD
===================================================================
--- python-mccabe/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-mccabe/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 url="https://github.com/flintwork/mccabe"
 license=('custom:Expat')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz")
 md5sums=('c583f58ea28be12842c001473d77504d')
 
 prepare() {

Modified: python-numexpr/trunk/PKGBUILD
===================================================================
--- python-numexpr/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-numexpr/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 'python2-numpy')
-source=(https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
 md5sums=('c9357862a304b9ad614afaf9e9c8dc78')
 
 prepare() {

Modified: python-pillow/trunk/PKGBUILD
===================================================================
--- python-pillow/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-pillow/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -15,7 +15,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
 source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip"
-        "https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz")
+        "$pkgbase-$pkgver.tar.gz::https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz")
 md5sums=('da10ee9d0c0712c942224300c2931a1a'
          '892cd70e3838250b615095d117173b57')
 

Modified: python-pygit2/trunk/PKGBUILD
===================================================================
--- python-pygit2/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-pygit2/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools)
 arch=(i686 x86_64)
 license=('GPL2')
-source=("https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz"
         0001-Fix-data-type-of-options-in-init_repository.patch)
 md5sums=('88a91e9e445d4b7a7a514528a7c7db5a'
          '5ac0dbb060f98031bf5de851f33a1125')

Modified: python-pyside-tools/trunk/PKGBUILD
===================================================================
--- python-pyside-tools/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-pyside-tools/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -9,7 +9,7 @@
 license=('LGPL')
 url='https://qt-project.org/wiki/PySide'
 makedepends=('cmake' 'python' 'python2' 'qt4>=4.5' 'shiboken>=1.1.1' python{,2}-pyside)
-source=("https://github.com/PySide/Tools/archive/${pkgver}.tar.gz")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PySide/Tools/archive/${pkgver}.tar.gz")
 md5sums=('e542b9536bd9d35599ede225c9311cc8')
 
 build() {

Modified: python-simplemediawiki/trunk/PKGBUILD
===================================================================
--- python-simplemediawiki/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-simplemediawiki/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -10,7 +10,7 @@
 url="https://github.com/ianweller/python-simplemediawiki"
 license=('LGPL')
 depends=('python')
-source=("https://github.com/ianweller/python-simplemediawiki/archive/${pkgver/_/}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ianweller/python-simplemediawiki/archive/${pkgver/_/}.tar.gz")
 md5sums=('7c10122a1a884a902ac7fda5f01f4986')
 
 package() {

Modified: python-urllib3/trunk/PKGBUILD
===================================================================
--- python-urllib3/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python-urllib3/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-pyopenssl' 'python2-pyopenssl'
               'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 'python-coverage' 'python2-coverage')
-source=("https://github.com/shazow/urllib3/archive/$pkgver.tar.gz" 
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"
         LICENSE)
 md5sums=('bd1c856b66829220f02aff4f309a77fe'
          '350846ab4dd11ce105b570c15c1b0764')

Modified: python2-pychm/trunk/PKGBUILD
===================================================================
--- python2-pychm/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ python2-pychm/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -14,7 +14,7 @@
 depends=('chmlib' 'python2')
 makedepends=('python2-setuptools')
 replaces=('python-pychm=0.8.4')
-source=(https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
 md5sums=('730c484583c14350e55dba1aa1b03360')
 
 package() {

Modified: qt-at-spi/trunk/PKGBUILD
===================================================================
--- qt-at-spi/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ qt-at-spi/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('at-spi2-core' 'qt4>=4.8')
 options=('!libtool')
-source=(https://gitorious.org/$pkgname/$pkgname/archive-tarball/v$pkgver
+source=($pkgname-$pkgver.tar.gz::https://gitorious.org/$pkgname/$pkgname/archive-tarball/v$pkgver
         qt-accessibility.sh)
 md5sums=('cc749ef766f8a199b603a7d5fb723006'
          'f0c8551ed54f5d4e5daf7ddac9189aaa')

Modified: qtkeychain/trunk/PKGBUILD
===================================================================
--- qtkeychain/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ qtkeychain/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 url='https://github.com/frankosterfeld/qtkeychain'
 license=('BSD')
 makedepends=('cmake' 'icu' 'qt5-tools' 'qt4')
-source=("https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip")
+source=("$pkgbase-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip")
 md5sums=('256e3606b37a2f123491ab31d4521ba0')
 
 prepare() {

Modified: sage-mathematics/trunk/PKGBUILD
===================================================================
--- sage-mathematics/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ sage-mathematics/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -28,8 +28,8 @@
   'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver')
 makedepends=('cython2' 'boost' 'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack' 'python2-jinja' 'coin-or-cbc' 'mcqd' 'libfes' 'coxeter3'
   'cryptominisat')
-source=("https://github.com/sagemath/sage/archive/$pkgver.tar.gz" "http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2" 
-'anal.h' 'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 'clean.patch' 'skip-check.patch' 
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz" "http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2"
+'anal.h' 'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 'clean.patch' 'skip-check.patch'
 'pexpect-env.patch' 'pexpect-del.patch' 'fes02.patch' 'tests_parallel.patch' 'ipython3.patch')
 md5sums=('5a173b1ecce89c845626653cfb3d199f'
          'd9a3e113ed147dcee8f89962a8dccd43'

Modified: sage-mathematics-doc/trunk/PKGBUILD
===================================================================
--- sage-mathematics-doc/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ sage-mathematics-doc/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -9,7 +9,7 @@
 url="http://www.sagemath.org"
 license=(GPL)
 makedepends=(sage-notebook python2-sphinx)
-source=("https://github.com/sagemath/sage/archive/$pkgver.tar.gz" 'package.patch' 'paths.patch' 'fes02.patch' 'ipython3.patch')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz" 'package.patch' 'paths.patch' 'fes02.patch' 'ipython3.patch')
 md5sums=('5a173b1ecce89c845626653cfb3d199f'
          '0eb5ac1537aac93bd67a2925c0cfd84d'
          'acc25f13728517badafa70d220ab7b8e'

Modified: sage-notebook/trunk/PKGBUILD
===================================================================
--- sage-notebook/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ sage-notebook/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 python2-webassets mathjax)
 optdepends=('python2-pyopenssl: to use the notebook in secure mode')
 makedepends=(gendesk)
-source=("https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz" 'sage.service' 'jmol.patch')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz" 'sage.service' 'jmol.patch')
 install=$pkgname.install
 md5sums=('e8e0495d3668735c4ec2abc157c17f6b'
          '61620179a7ecd85401d8e5a6ece3ea41'

Modified: sl/trunk/PKGBUILD
===================================================================
--- sl/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ sl/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
 license=('custom')
 depends=('ncurses')
-source=("https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz")
 md5sums=('5d5fe203eb19598821647ba8db5dde6c')
 
 build() {

Modified: slop/trunk/PKGBUILD
===================================================================
--- slop/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ slop/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('libxext' 'libx11' 'gcc-libs')
 makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
 md5sums=('2451cca9119740ec168a64d5f59821e1')
 
 build() {

Modified: spacefm/trunk/PKGBUILD
===================================================================
--- spacefm/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ spacefm/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -20,7 +20,7 @@
             'udevil: mount as non-root user and mount networks'
             'udisks: mount as non-root user'
             'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz
         spacefm-0.9.4-glib-2.41.patch)
 md5sums=('daeee7dcccea33d6258a0a9d783470c4'
          '1ec85afcb4fc881a8e876b3cf60c7028')

Modified: speedcrunch/trunk/PKGBUILD
===================================================================
--- speedcrunch/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ speedcrunch/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('qt4')
 makedepends=('cmake')
-source=("https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz")
 md5sums=('0d4458d98a3630cc121ca04d5a36e38c')
 
 build() {

Modified: stlink/trunk/PKGBUILD
===================================================================
--- stlink/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ stlink/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(libusb)
 install=stlink.install
-source=(https://github.com/texane/stlink/archive/$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
 sha256sums=('09e676948adda9fd354d0a07584ad5884bc7f8e36ddb6b2f39b2211056b7263a')
 
 build() {

Modified: sub2srt/trunk/PKGBUILD
===================================================================
--- sub2srt/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ sub2srt/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -10,7 +10,7 @@
 url="http://www.robelix.com/sub2srt/"
 license=('GPL')
 depends=('perl')
-source=(https://github.com/robelix/sub2srt/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/robelix/sub2srt/archive/$pkgver.tar.gz)
 md5sums=('5c1aec7c2be9010549f0bab826bcf942')
 
 package() {

Modified: sxiv/trunk/PKGBUILD
===================================================================
--- sxiv/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ sxiv/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -13,7 +13,7 @@
 install=sxiv.install
 url='https://github.com/muennich/sxiv'
 depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz)
 md5sums=('3255d0d47e0a4cddd752ec03ee4bddaf')
 
 prepare() {

Modified: syncthing-gtk/trunk/PKGBUILD
===================================================================
--- syncthing-gtk/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ syncthing-gtk/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 optdepends=('python2-nautilus: file manager integration for Nautilus'
             'python2-caja: file manager integration for Caja')
-source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
 sha256sums=('838186313056392c9f006bd3ec8f936c2f886f1afe655c839106b80cbea7e775')
 
 build() {

Modified: tcplay/trunk/PKGBUILD
===================================================================
--- tcplay/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ tcplay/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('device-mapper')
 makedepends=('cmake')
-source=("https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz"
         tc-play-1.1-fix-paths.patch)
 sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
             '007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')

Modified: tigervnc/trunk/PKGBUILD
===================================================================
--- tigervnc/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ tigervnc/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -19,7 +19,7 @@
 	     'mesa' 'imagemagick')
 optdepends=('mesa: for OpenGL functionality in Xvnc')
 conflicts=('tightvnc')
-source=(https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
 	ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
 	vncserver.service
 	vncviewer.desktop

Modified: tiled/trunk/PKGBUILD
===================================================================
--- tiled/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ tiled/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11')
 makedepends=('mesa' 'qt5-tools')
 install=${pkgname}.install
-source=(https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
 md5sums=('478a78431ca57d6a88d634954abb2b5b')
 
 build() {

Modified: tlp/trunk/PKGBUILD
===================================================================
--- tlp/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ tlp/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -9,7 +9,7 @@
 arch=('any')
 url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
 license=('GPL2' 'GPL3')
-source=("https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz"
         'tlp-arch.patch')
 sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
             '833ed3348a46afee9c20119452c98d07caf050d955961beb4fdef76ff4e4a59a')

Modified: tt-rss/trunk/PKGBUILD
===================================================================
--- tt-rss/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ tt-rss/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -14,7 +14,7 @@
 depends=('php')
 optdepends=('mysql' 'postgresql')
 install=tt-rss.install
-source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
         service)
 md5sums=('08b56d8f83fcd2a9abb9a331b9864b11'
          'cb9900413dd53d44a5ed1116c962dbcb')

Modified: tup/trunk/PKGBUILD
===================================================================
--- tup/trunk/PKGBUILD	2015-03-02 11:19:20 UTC (rev 128532)
+++ tup/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
@@ -12,7 +12,7 @@
 license=(GPL2)
 depends=(fuse)
 install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
 sha256sums=('5d90f2e3c77144898346e1a4a7713f60aeabe158b1ac4ab184bedd18583aa29d')
 
 prepare() {



More information about the arch-commits mailing list