summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 05:52:05 -0300
committerRafael Fontenelle2016-05-08 05:52:05 -0300
commitacb8bb7d4843d1414b07607bf160529cd6c354c6 (patch)
tree58070b1da609cdaedd417553a585c846117b6922
parent3eb2ae111d1f34367bdb0644f8a300cd59769142 (diff)
downloadaur-acb8bb7d4843d1414b07607bf160529cd6c354c6.tar.gz
Updated to 3.20.1.r178.38bd300
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--gnome-2048.install8
3 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8366d1fe71f..431ad92dd726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun May 8 08:51:24 UTC 2016
pkgbase = gnome-2048-git
pkgdesc = Obtain the 2048 tile
- pkgver = 3.17.90.r101.253e3c0
+ pkgver = 3.20.1.r178.38bd300
pkgrel = 1
url = https://wiki.gnome.org/Apps/2048
install = gnome-2048.install
diff --git a/PKGBUILD b/PKGBUILD
index d6c06abf5ea3..939e12b4685c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=gnome-2048
pkgname=$_name-git
-pkgver=3.17.90.r101.253e3c0
+pkgver=3.20.1.r178.38bd300
pkgrel=1
pkgdesc="Obtain the 2048 tile"
arch=('i686' 'x86_64')
diff --git a/gnome-2048.install b/gnome-2048.install
index e2930790775f..8cd7bfd8ba3b 100644
--- a/gnome-2048.install
+++ b/gnome-2048.install
@@ -1,15 +1,11 @@
-pkgname=gnome-2048-git
-
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
}
post_upgrade() {
- post_install "$1"
+ glib-compile-schemas usr/share/glib-2.0/schemas
}
post_remove() {
- post_install "$1"
+ glib-compile-schemas usr/share/glib-2.0/schemas
}