[arch-commits] Commit in (12 files)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 2 11:40:35 UTC 2015


    Date: Monday, March 2, 2015 @ 12:40:35
  Author: spupykin
Revision: 128534

fix file names to avoid shared source cache conflicts

Modified:
  udevil/trunk/PKGBUILD
  umurmur/trunk/PKGBUILD
  unionfs-fuse/trunk/PKGBUILD
  urxvt-perls/trunk/PKGBUILD
  uthash/trunk/PKGBUILD
  vim-fugitive/trunk/PKGBUILD
  vim-jedi/trunk/PKGBUILD
  vim-jellybeans/trunk/PKGBUILD
  vim-minibufexpl/trunk/PKGBUILD
  vim-supertab/trunk/PKGBUILD
  vim-syntastic/trunk/PKGBUILD
  zsh-lovers/trunk/PKGBUILD

--------------------------------+
 udevil/trunk/PKGBUILD          |    2 +-
 umurmur/trunk/PKGBUILD         |    2 +-
 unionfs-fuse/trunk/PKGBUILD    |    2 +-
 urxvt-perls/trunk/PKGBUILD     |    2 +-
 uthash/trunk/PKGBUILD          |    2 +-
 vim-fugitive/trunk/PKGBUILD    |    2 +-
 vim-jedi/trunk/PKGBUILD        |    2 +-
 vim-jellybeans/trunk/PKGBUILD  |    2 +-
 vim-minibufexpl/trunk/PKGBUILD |    2 +-
 vim-supertab/trunk/PKGBUILD    |    2 +-
 vim-syntastic/trunk/PKGBUILD   |    2 +-
 zsh-lovers/trunk/PKGBUILD      |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

Modified: udevil/trunk/PKGBUILD
===================================================================
--- udevil/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ udevil/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -23,7 +23,7 @@
 provides=('devmon')
 backup=('etc/udevil/udevil.conf')
 install=$pkgname.install
-source=(https://github.com/IgnorantGuru/udevil/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/udevil/archive/$pkgver.tar.gz)
 md5sums=('7b00971f875aa8e0b436213209c6b61c')
 
 build() {

Modified: umurmur/trunk/PKGBUILD
===================================================================
--- umurmur/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ umurmur/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -13,7 +13,7 @@
 depends=('mbedtls' 'libconfig' 'protobuf-c')
 install=$pkgname.install
 backup=('etc/umurmur/umurmur.conf')
-source=(https://github.com/fatbob313/umurmur/archive/$pkgver.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/fatbob313/umurmur/archive/$pkgver.tar.gz
         umurmur.service)
 md5sums=('e29d831a8a4cbc465668ae7b8b4cd020'
          'd9d556e4ffa77e193fb40ce508804720')

Modified: unionfs-fuse/trunk/PKGBUILD
===================================================================
--- unionfs-fuse/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ unionfs-fuse/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -10,7 +10,7 @@
 url="https://github.com/rpodgorny/unionfs-fuse"
 license=('BSD')
 depends=('fuse')
-source=("https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
 md5sums=('598590fb452129c413572ed79824c68a')
 
 build() {

Modified: urxvt-perls/trunk/PKGBUILD
===================================================================
--- urxvt-perls/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ urxvt-perls/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -15,7 +15,7 @@
 conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
 replaces=('urxvt-url-select' 'urxvt-keyboard-select')
 install=$pkgname.install
-source=(https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/muennich/$pkgname/archive/$pkgver.tar.gz)
 md5sums=('656dace02d55536954154f530e8a0cb3')
 
 package() {

Modified: uthash/trunk/PKGBUILD
===================================================================
--- uthash/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ uthash/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -8,7 +8,7 @@
 arch=('any')
 url="https://troydhanson.github.io/uthash/index.htm"
 license=('BSD')
-source=("https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz")
 md5sums=('c3ce9197c818dcb7ca85b59912f310a4')
 
 package() {

Modified: vim-fugitive/trunk/PKGBUILD
===================================================================
--- vim-fugitive/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ vim-fugitive/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -13,7 +13,7 @@
 groups=('vim-plugins')
 depends=('vim')
 install=vimdoc.install
-source=("https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz"
         'license.txt')
 md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'
          'cd49910a3dde6fe0a7e24ebe8cbf7066')

Modified: vim-jedi/trunk/PKGBUILD
===================================================================
--- vim-jedi/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ vim-jedi/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -13,7 +13,7 @@
 optdepends=('vim-supertab: for tab completion'
             'python2-jedi: for Python 2 support')
 groups=('vim-plugins')
-source=("https://github.com/davidhalter/${_reponame}/archive/${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/${_reponame}/archive/${pkgver}.tar.gz"
         '4724e18b633e54dbaac39759770601cc1979893a.patch'
 	'd9a43db019da0390406e34cb161a61fba43bf250.patch')
 sha256sums=('cb1b157800024f587e227cd901762963a98e1242eba070875d4aac9f08c0c11e'

Modified: vim-jellybeans/trunk/PKGBUILD
===================================================================
--- vim-jellybeans/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ vim-jellybeans/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -11,7 +11,7 @@
 license=('MIT')
 groups=('vim-plugins')
 depends=('vim')
-source=("https://github.com/nanotech/$_name/archive/v$pkgver.zip")
+source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip")
 sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
 
 prepare() {

Modified: vim-minibufexpl/trunk/PKGBUILD
===================================================================
--- vim-minibufexpl/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ vim-minibufexpl/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-source=("https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz"
         'LICENSE')
 md5sums=('31dde98470e3d76cc1fb437baf8760f8'
          'aa6bc9c176702f23ee9f8476f72e3971')

Modified: vim-supertab/trunk/PKGBUILD
===================================================================
--- vim-supertab/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ vim-supertab/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -13,7 +13,7 @@
 depends=('vim')
 groups=('vim-plugins')
 install=vimdoc.install
-source=("https://github.com/ervandew/supertab/archive/$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ervandew/supertab/archive/$pkgver.tar.gz"
         'LICENSE')
 md5sums=('8c9fd74e228521f64221b91e1a54abfe'
          'a232f3fa724b2e52e1678adcc84f67bb')

Modified: vim-syntastic/trunk/PKGBUILD
===================================================================
--- vim-syntastic/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ vim-syntastic/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -14,7 +14,7 @@
 depends=('vim')
 groups=('vim-plugins')
 install=vimdoc.install
-source=("https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
 md5sums=('4e091b942447cdf92c0b601b6b8567e5')
 
 package() {

Modified: zsh-lovers/trunk/PKGBUILD
===================================================================
--- zsh-lovers/trunk/PKGBUILD	2015-03-02 11:37:09 UTC (rev 128533)
+++ zsh-lovers/trunk/PKGBUILD	2015-03-02 11:40:35 UTC (rev 128534)
@@ -11,7 +11,7 @@
 arch=('any')
 url='http://grml.org/zsh/#zshlovers'
 license=('GPL')
-source=("https://github.com/grml/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grml/${pkgname}/archive/v${pkgver}.tar.gz")
 md5sums=('96de41a9b20a93b46f4adcfcf9948682')
 makedepends=('asciidoc')
 



More information about the arch-commits mailing list