summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-08-16 18:27:30 +0300
committerIgor Dyatlov2021-08-16 18:27:30 +0300
commit3714e837936908c93af9ef7587db68e5f79b1de2 (patch)
tree196235bb50dae0d7adb3a08b6dcb5846d649b112
parentebde7c59e5a8ea0123822f7f377c70913cc6c89c (diff)
downloadaur-3714e837936908c93af9ef7587db68e5f79b1de2.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 dcf201bb75d7..07fcc0659bde 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 = 1
+ pkgrel = 2
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-git
+ provides = share-preview
+ conflicts = share-preview
conflicts = share-preview
- conflicts = share-preview-git
source = git+https://github.com/rafaelmardojai/share-preview.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f561c87d1be8..f7b761d04a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=share-preview-git
_pkgname=share-preview
pkgver=0.1.2.r10.gedc6058
-pkgrel=1
+pkgrel=2
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}" "${_pkgname%-bin}")
+conflicts=("${pkgname%-git}" "${_pkgname%-bin}")
source=(git+$url.git)
sha256sums=('SKIP')