summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2023-05-19 16:02:33 +0100
committerAlex Butler2023-05-19 16:02:33 +0100
commit8c5e5997c1842f63c624baceb486dff88a24a012 (patch)
tree0322f737f9a6d4326d901a2a5ac0574285d718fb
parent6b1bc88d5684b8a803e73d5ab2a40311c292a090 (diff)
downloadaur-8c5e5997c1842f63c624baceb486dff88a24a012.tar.gz
0.1.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c9236040646..9c759679a4cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vimg
pkgdesc = CLI for video images. Generate animated video contact sheets fast.
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/alexheretic/vimg
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vimg
makedepends = git
makedepends = lld
depends = ffmpeg
- source = https://github.com/alexheretic/vimg/archive/v0.1.1.tar.gz
- sha256sums = ff5c4758a74b022a61d9479602679b933201158a22773c55bcab341bf3f0df3c
+ source = https://github.com/alexheretic/vimg/archive/v0.1.2.tar.gz
+ sha256sums = 0e6c39c69b88121b7bc463a087bc5ca5b1054a4ff6fb12da96dc61d6e413ebe1
pkgname = vimg
diff --git a/PKGBUILD b/PKGBUILD
index 15073ac8606c..d42831dccac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=vimg
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="CLI for video images. Generate animated video contact sheets fast."
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('cargo'
'git'
'lld')
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ff5c4758a74b022a61d9479602679b933201158a22773c55bcab341bf3f0df3c')
+sha256sums=('0e6c39c69b88121b7bc463a087bc5ca5b1054a4ff6fb12da96dc61d6e413ebe1')
build() {
cd "$pkgname-$pkgver"