summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-08-16 18:34:27 +0300
committerIgor Dyatlov2021-08-16 18:34:27 +0300
commitd1b372e00a758cf5e3af5e83f103d658dc7eb787 (patch)
treee2c16068fae3a89dcdf894a236d12784c7c380a9
parent5231b81be79d5ec890bbc7d806ab34f58d5ceff5 (diff)
downloadaur-d1b372e00a758cf5e3af5e83f103d658dc7eb787.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7659f1a7c3b2..09b83a59cbcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = share-preview-git
pkgdesc = Preview and debug websites metadata tags for social media share.
pkgver = 0.1.2.r10.gedc6058
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rafaelmardojai/share-preview
arch = any
license = GPL3
@@ -13,9 +13,9 @@ pkgbase = share-preview-git
depends = libadwaita
depends = glib2
provides = share-preview
- provides = share-preview
- conflicts = share-preview
+ provides = share-preview-bin
conflicts = share-preview
+ conflicts = share-preview-bin
source = git+https://github.com/rafaelmardojai/share-preview.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 31397c776963..f30cdc365b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=share-preview-git
_pkgname=share-preview
pkgver=0.1.2.r10.gedc6058
-pkgrel=3
+pkgrel=4
pkgdesc="Preview and debug websites metadata tags for social media share."
arch=('any')
url="https://github.com/rafaelmardojai/share-preview"
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('gtk4' 'libadwaita' 'glib2')
makedepends=('meson' 'rust' 'git')
checkdepends=('appstream-glib')
-provides=("${pkgname%-git}" "${_pkgname-bin}")
-conflicts=("${pkgname%-git}" "${_pkgname-bin}")
+provides=("${pkgname%-git}" 'share-preview-bin')
+conflicts=("${pkgname%-git}" 'share-preview-bin')
source=(git+$url.git)
sha256sums=('SKIP')