summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbemxio2023-09-29 17:31:03 +0200
committerbemxio2023-09-29 17:31:03 +0200
commit6bc81af701bcef55df3e1ea22a5f91a3af534389 (patch)
tree8f6b4842cb31d5dc024fb98f9dcaac85be791668 /PKGBUILD
parenta4922ed47dc4f3967dd1879541bc204c846c67e0 (diff)
downloadaur-6bc81af701bcef55df3e1ea22a5f91a3af534389.tar.gz
move the `pkgdesc` variable below the `pkgname`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f80330020e8..46f089ce9c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: bemxio <bemxiov@protonmail.com>
pkgname=fastvideods-encoder-git
+pkgdesc="Encoder for the FastVideoDS format"
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
-pkgdesc="Encoder for the FastVideoDS format"
arch=(i686 x86_64)
url="https://github.com/Gericom/FastVideoDSEncoder"