diff options
author | Maarten Bezemer | 2020-09-26 22:43:03 +0200 |
---|---|---|
committer | Maarten Bezemer | 2020-09-26 22:43:03 +0200 |
commit | fbe3d9027f37c83b05021d146867353a61100ef1 (patch) | |
tree | 7826c1025bb072905ff44b1a54c1f5f4ee701b17 | |
parent | d3f5a1d7fcfd8629760063187b9e16070c94e96a (diff) | |
download | aur-fbe3d9027f37c83b05021d146867353a61100ef1.tar.gz |
Fix URL typo
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgbase = cubbit pkgdesc = Cubbit desktop-sync application pkgver = 7.1.2 pkgrel = 1 - url = https://www.cubit.io/ + url = https://www.cubbit.io/ arch = x86_64 license = custom depends = gtk2 @@ -5,7 +5,7 @@ pkgdesc='Cubbit desktop-sync application' pkgver=7.1.2 pkgrel=1 arch=('x86_64') -url='https://www.cubit.io/' +url='https://www.cubbit.io/' license=('custom') depends=('gtk2' 'hicolor-icon-theme' 'libxss' 'libxtst') options=('!strip') |