summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-08-16 18:31:46 +0300
committerIgor Dyatlov2021-08-16 18:31:46 +0300
commit5231b81be79d5ec890bbc7d806ab34f58d5ceff5 (patch)
tree286e5d2f64dd33cb81025efe97f4371b2bd7b58d
parent3714e837936908c93af9ef7587db68e5f79b1de2 (diff)
downloadaur-5231b81be79d5ec890bbc7d806ab34f58d5ceff5.tar.gz
Updates
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07fcc0659bde..7659f1a7c3b2 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 = 2
+ pkgrel = 3
url = https://github.com/rafaelmardojai/share-preview
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f7b761d04a77..31397c776963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=share-preview-git
_pkgname=share-preview
pkgver=0.1.2.r10.gedc6058
-pkgrel=2
+pkgrel=3
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')