diff --git a/srcpkgs/gnome-calculator/template b/srcpkgs/gnome-calculator/template
index aa623a5d172..231427b2d89 100644
--- a/srcpkgs/gnome-calculator/template
+++ b/srcpkgs/gnome-calculator/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-calculator'
 pkgname=gnome-calculator
-version=3.8.1
+version=3.8.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
@@ -11,12 +11,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
 homepage="http://www.gnome.org"
 license="GPL-2"
 distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
-checksum=24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435
+checksum=13d67b6dfa2501b883add8adf5470c5fea5eb1f1fa87f84e8ceda069418f1e81
 
 gnome-calculator_package() {
 	depends="hicolor-icon-theme desktop-file-utils"
 	replaces="gcalctool>=0"
 	pkg_install() {
-		vmove usr
+		vmove all
 	}
 }