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

Sergej Pupykin spupykin at archlinux.org
Sat Feb 20 19:28:47 UTC 2021


    Date: Saturday, February 20, 2021 @ 19:28:47
  Author: spupykin
Revision: 867057

do not build .0 versions

Modified:
  nextcloud/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 19:24:54 UTC (rev 867056)
+++ PKGBUILD	2021-02-20 19:28:47 UTC (rev 867057)
@@ -3,6 +3,7 @@
 
 pkgname=nextcloud
 pkgver=21.0.0
+[[ "$pkgver" == *.0 ]] && { echo "wait for .1 version" ; exit 1; }
 pkgrel=4
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')



More information about the arch-commits mailing list