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

Brett Cornwall ainola at archlinux.org
Fri Dec 7 21:39:53 UTC 2018


    Date: Friday, December 7, 2018 @ 21:39:52
  Author: ainola
Revision: 412196

Don't hardcode pkgver in source...

Modified:
  wl-clipboard/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-07 20:24:12 UTC (rev 412195)
+++ PKGBUILD	2018-12-07 21:39:52 UTC (rev 412196)
@@ -3,7 +3,7 @@
 
 pkgname=wl-clipboard
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Command-line copy/paste utilities for Wayland"
 arch=('x86_64')
 url="https://github.com/bugaevc/wl-clipboard"
@@ -14,7 +14,7 @@
     'mailcap: for type inference in wl-paste'
 )
 makedepends=('meson' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v1.0.0.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz")
 sha256sums=('9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3')
 
 build() {



More information about the arch-commits mailing list