summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTonkku2020-09-11 10:06:11 +0300
committerTonkku2020-09-11 10:06:11 +0300
commita47566510eaf80176cea51c9adff0305f834e4e4 (patch)
treec7f224b21ea0c188e43636d3587bde0edf38c931
parent5bfbfbd4588558d4f4dadb85afcb47711e879cb4 (diff)
downloadaur-a47566510eaf80176cea51c9adff0305f834e4e4.tar.gz
Rename package to authy
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa07f628100..8f3a91fb7935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = authy-snap
+pkgbase = authy
pkgdesc = Two factor authentication desktop application
pkgver = 1.8.3
pkgrel = 1
@@ -12,8 +12,10 @@ pkgbase = authy-snap
depends = libdbusmenu-glib
optdepends = libappindicator-gtk3: tray icon support
provides = authy
+ conflicts = authy-snap
+ replaces = authy-snap
source = https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_5.snap
sha256sums = f6be2a19b96a23c626f15f6baa1b51674b84d4f4215495ac6a8155327c9ddbf9
-pkgname = authy-snap
+pkgname = authy
diff --git a/PKGBUILD b/PKGBUILD
index 6ad7e1cce7d1..2331d84b7a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Tonkku <contact@tonkku.me>
-pkgname=authy-snap
+pkgname=authy
pkgver=1.8.3
pkgrel=1
pkgdesc="Two factor authentication desktop application"
arch=('x86_64')
url='https://authy.com/'
provides=('authy')
+conflicts=('authy-snap')
+replaces=('authy-snap')
license=('unknown')
depends=('nss' 'gtk3' 'libxss' 'libdbusmenu-glib')
optdepends=('libappindicator-gtk3: tray icon support')