summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchisman Panigrahi2023-09-29 22:36:53 -0400
committerArchisman Panigrahi2023-09-29 22:36:53 -0400
commit0dd409c98af7862b2d3e6c5e163d5810682840be (patch)
tree6c43484ad274c8c64f916e6f7af82bc6fad84068
parent9f84c5a3911e1b9b21dde4aa4ab1d0282ebd18ef (diff)
downloadaur-share-preview-bin.tar.gz
new release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6f3036a824..b00ac23a2ac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = share-preview-bin
pkgdesc = Preview and debug websites metadata tags for social media share.
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/rafaelmardojai/share-preview
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = share-preview-bin
depends = glib2
provides = share-preview
conflicts = share-preview
- source = share-preview-bin-0.3.0.tar.xz::https://github.com/rafaelmardojai/share-preview/releases/download/0.3.0/share-preview-0.3.0-bin.tar.xz
- sha256sums = 8b2eb00280011808aa54fe7fa76bb4f362c0361d4cb01b23d6c62fa843d0d24e
+ source = share-preview-bin-0.4.0.tar.xz::https://github.com/rafaelmardojai/share-preview/releases/download/0.4.0/share-preview-0.4.0-bin.tar.xz
+ sha256sums = 730c8183eeace31587955df6f1db35c78f787798b2cef901c3d8090b21fae367
pkgname = share-preview-bin
diff --git a/PKGBUILD b/PKGBUILD
index 293468692382..7a3cb95b7697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Archisman Panigrahi <apandada1 at gmail dot com>
pkgname=share-preview-bin
_pkgname=share-preview
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Preview and debug websites metadata tags for social media share."
arch=('x86_64')
url="https://github.com/rafaelmardojai/share-preview"
@@ -11,7 +11,7 @@ provides=('share-preview')
conflicts=('share-preview')
depends=('gtk4' 'libadwaita' 'glib2')
source=("$pkgname-$pkgver.tar.xz::https://github.com/rafaelmardojai/share-preview/releases/download/$pkgver/$_pkgname-$pkgver-bin.tar.xz")
-sha256sums=('8b2eb00280011808aa54fe7fa76bb4f362c0361d4cb01b23d6c62fa843d0d24e')
+sha256sums=('730c8183eeace31587955df6f1db35c78f787798b2cef901c3d8090b21fae367')
package() {
cp -r "$srcdir/usr/" "$pkgdir/"