summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dong2023-10-08 21:37:26 -0400
committerEric Dong2023-10-08 21:37:26 -0400
commitde178e48266f6626bc73a3a85aa9067647f37bcd (patch)
treefac71596fe066595726a3ac3ac3fbd1c6b947374
parent3d23a201d13707ebb263d22d9720a30133e53899 (diff)
downloadaur-de178e48266f6626bc73a3a85aa9067647f37bcd.tar.gz
refactored url; updated new release version 0.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1de3ae40067..86a8c333a5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = encoder-benchmark-git
pkgdesc = A tool to benchmark your hardware's real-time video encoding capabilities.
- pkgver = 0.6.0.alpha.r4.gb7633c1
- pkgrel = 2
+ pkgver = 0.6.1.alpha.r0.g82c4927
+ pkgrel = 1
url = https://github.com/Proryanator/encoder-benchmark
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4c6a4c697d3e..a9e3938b2910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: e-dong <eric2043@gmail.com>
pkgname=encoder-benchmark-git
-pkgver=0.6.0.alpha.r4.gb7633c1
-pkgrel=2
+pkgver=0.6.1.alpha.r0.g82c4927
+pkgrel=1
pkgdesc="A tool to benchmark your hardware's real-time video encoding capabilities."
arch=("x86_64")
url="https://github.com/Proryanator/encoder-benchmark"
@@ -10,7 +10,7 @@ depends=('ffmpeg' 'gcc-libs' 'glibc')
makedepends=('git' 'cargo')
provides=('encoder-benchmark')
conflicts=('encoder-benchmark')
-source=("git+https://github.com/Proryanator/encoder-benchmark.git#branch=main")
+source=("git+$url.git#branch=main")
sha256sums=('SKIP')
pkgver() {