summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxelu2023-05-19 21:00:05 +0200
committertxelu2023-05-19 21:00:05 +0200
commite425152865b261cc592c5cf0112eb157222c0cfc (patch)
tree367de8a4de5d77386c532ccb140653e8008bc706
parent3b647404c3c85b8135d93626299650be8775588a (diff)
downloadaur-e425152865b261cc592c5cf0112eb157222c0cfc.tar.gz
Fixed PKGBUILD
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8df1c2305dea..d5ef00dac218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: txelu
+# Maintainer: Jose Luis <joseluis.tirado@gmail.com>
+# Maintainer: Plague-doctor <plague at privacyrequired dot com>
pkgname=dnglab-git
_pkgname=dnglab
pkgver=0.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="A camera RAW to DNG file format converter."
arch=(any)
url="https://github.com/dnglab/dnglab"
@@ -23,4 +24,4 @@ build() {
package() {
install -d "$pkgdir/usr/bin"
install -Dm755 "$srcdir/$_pkgname/target/release/$_pkgname" "$pkgdir/usr/bin"
-} \ No newline at end of file
+}