summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Bernardello2024-03-31 01:06:02 +0100
committerAlessandro Bernardello2024-03-31 01:06:02 +0100
commitd943294fefcf5ce50170f45a0a09f4f089772bc3 (patch)
tree39bf590dcd4362fff24158197d06cf7e0092d46f
parent511a2ea8fc0a32855186b766cabea0038d927380 (diff)
downloadaur-d943294fefcf5ce50170f45a0a09f4f089772bc3.tar.gz
added provides and conflicts entries to the pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc87992978eb..b994d2fb56f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,8 @@ pkgbase = ente-auth-bin
depends = pango
depends = sqlite
depends = webkit2gtk
+ provides = ente-auth
+ conflicts = ente-auth
options = !strip
options = !emptydirs
source_x86_64 = https://github.com/ente-io/ente/releases/download/auth-v2.0.50/ente-auth-v2.0.50-x86_64.deb
diff --git a/PKGBUILD b/PKGBUILD
index de8a45854759..f902f0770db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/ente-io/ente/releases/download/auth-v2.0.50/ente-auth-v2.0.50-x86_64.deb")
sha512sums_x86_64=('28ef28a6855ed3eb50c8cbbabb09cea89a2074bc5e1cf9783fb683ca88334e0ef217fd3c1b1c014876e82959769a5f69f7f8ce7e4f56c6d444782a355250cf66')
+provides=("ente-auth")
+conflicts=("ente-auth")
package(){