summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjaviercordero2018-04-07 18:02:04 -0400
committerjaviercordero2018-04-07 18:02:04 -0400
commita7c73c124d126f3451b9f4fd307c9fa0aa1f0fb8 (patch)
treee8014c60a43a53adca95ea61e7d01be526be6806 /PKGBUILD
parentd6ae7c2081fdd30904e8f01578c6a7ff45bab88e (diff)
downloadaur-a7c73c124d126f3451b9f4fd307c9fa0aa1f0fb8.tar.gz
Fixed .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eefbad8c9698..a92b6c3d32b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imaginary-teleprompter-bin
_pkgname=${pkgname%-bin}
pkgver=2.3.4
-pkgrel=11
+pkgrel=12
pkgdesc="A complete and professional free software teleprompter."
arch=('x86_64')
url="https://imaginary.tech/teleprompter"
@@ -36,8 +36,8 @@ package() {
# Place license files
for license in "LICENSE.electron.txt" "LICENSES.chromium.html"; do
- #install -Dm644 "${pkgdir}/opt/Imaginary/${_pkgname}/${license}" "${pkgdir}/usr/share/licenses/${_pkgname}/${license}"
+ # install -Dm644 "${pkgdir}/opt/Imaginary/${_pkgname}/${license}" "${pkgdir}/usr/share/licenses/${_pkgname}/${license}"
rm "${pkgdir}/opt/Imaginary/${_pkgname}/${license}"
done
- #install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
+ # install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}