Date: Friday, January 20, 2023 @ 00:24:00
  Author: blakkheim
Revision: 1387057

archrelease: copy trunk to community-x86_64

Added:
  imv/repos/community-x86_64/PKGBUILD
    (from rev 1387056, imv/trunk/PKGBUILD)
Deleted:
  imv/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-20 00:23:33 UTC (rev 1387056)
+++ PKGBUILD    2023-01-20 00:24:00 UTC (rev 1387057)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Harry Jeffery <[email protected]>
-
-pkgname=imv
-pkgver=4.3.1
-pkgrel=7
-pkgdesc='Image viewer for Wayland and X11'
-url='https://sr.ht/~exec64/imv/'
-arch=(x86_64)
-license=(GPL)
-depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon 
libxkbcommon-x11 pango)
-makedepends=(asciidoc cmocka meson)
-conflicts=(renameutils)
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/$pkgname/archive/v$pkgver.tar.gz";)
-b2sums=('9c818a5a29457313c3d0ed1a8558555b2069aec837939dc1d2b71668ec2fd39867c8ad4fcf8605243ded96e27d346af4307d83c8854538981b62c968e9ec0ede')
-
-build() {
-  arch-meson build $pkgname-v$pkgver
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 1387056, 
imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-20 00:24:00 UTC (rev 1387057)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Harry Jeffery <[email protected]>
+
+pkgname=imv
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Image viewer for Wayland and X11'
+url='https://sr.ht/~exec64/imv/'
+arch=(x86_64)
+license=(GPL)
+depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon 
libxkbcommon-x11 pango)
+makedepends=(asciidoc cmocka meson)
+conflicts=(renameutils)
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/$pkgname/archive/v$pkgver.tar.gz";)
+b2sums=('c598bb270ed57562f1c1b9a56f42676a7c8390c976ed74405228da572b000a85bf69e51f1bbfa6d554a481debc092995fe5222ba1e8b0b029b72395a8b8f329b')
+
+build() {
+  arch-meson build $pkgname-v$pkgver
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to