diff options
Diffstat (limited to 'testing/gnome-themes-standard/APKBUILD')
-rw-r--r-- | testing/gnome-themes-standard/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gnome-themes-standard/APKBUILD b/testing/gnome-themes-standard/APKBUILD index c6f7d5e50b..a296211a46 100644 --- a/testing/gnome-themes-standard/APKBUILD +++ b/testing/gnome-themes-standard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gnome-themes-standard pkgver=3.11.5 -pkgrel=0 +pkgrel=1 pkgdesc="Default themes for the GNOME desktop" url="http://www.gnome.org" arch="all" @@ -23,6 +23,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub } build() { |