[arch-commits] Commit in varnish/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jul 1 18:38:16 UTC 2019


    Date: Monday, July 1, 2019 @ 18:38:16
  Author: svenstaro
Revision: 357211

upgpkg: varnish 6.2.0-2

Modified:
  varnish/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-01 18:28:43 UTC (rev 357210)
+++ PKGBUILD	2019-07-01 18:38:16 UTC (rev 357211)
@@ -6,7 +6,7 @@
 
 pkgname=varnish
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance HTTP accelerator"
 arch=('x86_64')
 url="https://www.varnish-cache.org/"
@@ -15,25 +15,24 @@
 makedepends=('python-docutils' 'python-sphinx')
 optdepends=('python: needed for vmod development')
 backup=('etc/varnish/default.vcl')
-options=('!buildflags')
 install=$pkgname.install
-source=("https://github.com/varnishcache/varnish-cache/archive/varnish-$pkgver.tar.gz"
+source=("https://varnish-cache.org/_downloads/varnish-$pkgver.tgz"
         varnish-vcl-reload
         varnish.service
         varnish.sysusers)
-sha256sums=('0024add1a9d9fc3933096f3837e6069c0fc3001b0033e32240e3a193ec3d8528'
+sha256sums=('c37af353aca25a83d22f9c5ce0ae800fe433e4d02e1457e02886a5849f988e53'
             '0369e3e735e4c6150f08677df8b7cdae1a36ea75fd0e03734abe814a94312f80'
             '49b48981ccb97aee77ef59373db3856652d7badc909f2504df01970d834183f2'
             'b58dd6b00eb81c75e4bb30421b85b2be88c049d5b72a8ee553ba690a5414972b')
 
 prepare() {
-  cd "varnish-cache-varnish-$pkgver"
+  cd "varnish-$pkgver"
 
   ./autogen.sh
 }
 
 build() {
-  cd "varnish-cache-varnish-$pkgver"
+  cd "varnish-$pkgver"
 
   ./configure \
     --prefix=/usr \
@@ -45,15 +44,13 @@
 }
 
 check() {
-  cd "varnish-cache-varnish-$pkgver"
+  cd "varnish-$pkgver"
 
-  # Sometimes fails on i686 in address remapping test. Not sure if flaky
-  # test or otherwise...
   make check
 }
 
 package() {
-  cd "varnish-cache-varnish-$pkgver"
+  cd "varnish-$pkgver"
 
   make DESTDIR="$pkgdir" install
 



More information about the arch-commits mailing list