summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrenekH Automated AUR2024-01-25 17:53:10 +0000
committerBrenekH Automated AUR2024-01-25 17:53:10 +0000
commit9d2e7bf0a7bc588e33a9262295e558cc871da8a5 (patch)
tree8afeb4a8f39eb51cf58969ed9fec7b482bab5acf /PKGBUILD
parent5ce53adc3521370a75b2b4693761f871bcc53516 (diff)
downloadaur-encodarr-controller.tar.gz
Fix Encodarr Controller license identifier
Automatically committed from https://github.com/BrenekH/automated-aur/pull/110.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6421dcfe057..af9e9c3120c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Brenek Harrison <brenekharrison @ gmail d0t com>
pkgname=encodarr-controller
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Server software for encoding media files to a user-defined format."
arch=("x86_64")
url="https://github.com/BrenekH/encodarr#readme"
-license=("MPL2")
+license=("MPL-2.0")
depends=("glibc" "mediainfo")
makedepends=("go")
source=("encodarr-$pkgver.tar.gz"::"https://github.com/BrenekH/encodarr/archive/$pkgver.tar.gz")