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

Alexander Rødseth arodseth at archlinux.org
Thu Aug 22 08:33:17 UTC 2019


    Date: Thursday, August 22, 2019 @ 08:33:17
  Author: arodseth
Revision: 500505

upgpkg: compton 7.3-1

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-22 08:13:27 UTC (rev 500504)
+++ PKGBUILD	2019-08-22 08:33:17 UTC (rev 500505)
@@ -4,7 +4,7 @@
 # Contributor: Valère Monseur <valere.monseur at ymail.com>
 
 pkgname=compton
-pkgver=7.2
+pkgver=7.3
 pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
@@ -18,10 +18,10 @@
             'xorg-xwininfo: For compton-trans'
             'xorg-xprop:    For compton-trans'
             'python:        For running compton-convgen.py')
-source=(compton.conf
-        "git+https://github.com/yshui/compton#tag=v${pkgver%.0}")
-sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
-            'SKIP')
+source=("git+$url#tag=v${pkgver%.0}"
+        compton.conf)
+sha256sums=('SKIP'
+            'c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d')
 
 prepare() {
   cd $pkgname



More information about the arch-commits mailing list