summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2018-04-06 18:03:30 +0200
committerOmar Pakker2018-04-06 18:03:30 +0200
commit43d8ada3805619fec7896756bdc0e2f4e8f33ece (patch)
tree4cd9ce58e9084074a749dae7f3e9618b1e782125
parentc3e43ba001fcfb328f13671aefcc46d1fa490373 (diff)
downloadaur-43d8ada3805619fec7896756bdc0e2f4e8f33ece.tar.gz
A few minor textual and command cleanups/corrections.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e31d7f509a6..569fa95041e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flashplayer-standalone
- pkgdesc = Adobe Flash Player Standalone (A.K.A Adobe Flash Player Proyector)
+ pkgdesc = Adobe Flash Player Standalone (A.K.A. Adobe Flash Player Projector)
pkgver = 29.0.0.113
- pkgrel = 2
+ pkgrel = 3
url = http://www.adobe.com/support/flashplayer/downloads.html
arch = x86_64
license = custom:ADOBE
diff --git a/PKGBUILD b/PKGBUILD
index 4175291f1ce2..5f6422157d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=flashplayer-standalone
pkgver=29.0.0.113
-pkgrel=2
-pkgdesc="Adobe Flash Player Standalone (A.K.A Adobe Flash Player Proyector)"
+pkgrel=3
+pkgdesc="Adobe Flash Player Standalone (A.K.A. Adobe Flash Player Projector)"
arch=("x86_64")
url="http://www.adobe.com/support/${pkgname%-standalone}/downloads.html"
license=("custom:ADOBE" "LGPL")
@@ -26,7 +26,7 @@ prepare() {
--comment "Player for using content created on the Adobe Flash platform" \
--exec "/usr/bin/${pkgname%-standalone}" \
--categories "Audio;AudioVideo;Graphics;GTK;Player;Video;Viewer" \
- --mimetypes "application/x-shockwave-flash;image/gif;image/jpg;image/png;"
+ --mimetypes "application/x-shockwave-flash;image/gif;image/jpg;image/png"
}
package() {
@@ -34,8 +34,7 @@ package() {
install -Dm644 "${srcdir}/license.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/license.pdf"
msg2 "Installing desktop file into /usr/share/applications/"
- install -d "${pkgdir}/usr/share/applications"
- install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/"
+ install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
msg2 "Installing flasplayer into /usr/bin/"
install -Dm755 "${srcdir}/${pkgname%-standalone}" "${pkgdir}/usr/bin/${pkgname%-standalone}"