summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Bhatt2013-09-09 01:02:06 -0700
committerAnish Bhatt2013-09-09 01:02:06 -0700
commitc728b1a838308d3394bf02baff373c03848c900a (patch)
tree3f3461e8a02ffe4e22dc5c2ef70a4060577a7e87
parent05c00421db874f5b7b07e8eb12c5efd5efc9dead (diff)
downloadaur-c728b1a838308d3394bf02baff373c03848c900a.tar.gz
remove unnecessary sudo message
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rwxr-xr-xnetflix-desktop.launcher4
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1312284fc231..771190ba01bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = netflix-desktop
source = NetflixIcon.png
md5sums = 139aa89ce9536ff860445ec67777f81a
md5sums = a41f098487affa1de34c8b44d52617b5
- md5sums = 5d5edafefb90ffade94318c704a30290
+ md5sums = bd3492b17011d5acd4e05df1f60ead3b
md5sums = 0a4c2ef50831a751dae74315eb066c01
pkgname = netflix-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 2fbc50284872..0040fe454cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,10 +38,9 @@ netflix-desktop.desktop
netflix-desktop.launcher
NetflixIcon.png)
-
md5sums=('139aa89ce9536ff860445ec67777f81a'
'a41f098487affa1de34c8b44d52617b5'
- '5d5edafefb90ffade94318c704a30290'
+ 'bd3492b17011d5acd4e05df1f60ead3b'
'0a4c2ef50831a751dae74315eb066c01')
prepare() {
diff --git a/netflix-desktop.launcher b/netflix-desktop.launcher
index 42571c5e7401..d9cbd02a505c 100755
--- a/netflix-desktop.launcher
+++ b/netflix-desktop.launcher
@@ -69,8 +69,8 @@ DEPENDENCIES="wine-browser-installer ${DEPENDENCIES}";
. "${PKG_DIR}/gizmos"
# General strings that are translatable
-gettext_download_missing=$(eval_gettext "Not all of the components required by \$SERVICE were downloaded, would you like to download them now? (requires an Internet connection and sudo permissions)");
-gettext_fonts_needed=$(gettext "MS true type fonts are not properly installed, would you like to download and install them now? (requires an Internet connection and sudo permissions)");
+gettext_download_missing=$(eval_gettext "Not all of the components required by \$SERVICE were downloaded, would you like to download them now? (requires an Internet connection)");
+gettext_fonts_needed=$(gettext "MS true type fonts are not properly installed, would you like to download and install them now? (requires an Internet connection)");
gettext_fonts_still_needed=$(eval_gettext "It appears that you still have not installed the MS true type fonts. You need to accept the license agreement and install these fonts for \$SERVICE to work properly.");
gettext_compositing_error=$(eval_gettext "Compositing is not available, please enable compositing support and relaunch \$SERVICE.");