[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD four-in-a-row.install)
Jan Steffens
heftig at archlinux.org
Sun May 8 20:55:01 UTC 2016
Date: Sunday, May 8, 2016 @ 22:55:01
Author: heftig
Revision: 267219
3.20.1-1
Modified:
four-in-a-row/trunk/PKGBUILD
Deleted:
four-in-a-row/trunk/four-in-a-row.install
-----------------------+
PKGBUILD | 21 +++++++++------------
four-in-a-row.install | 12 ------------
2 files changed, 9 insertions(+), 24 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-08 20:38:51 UTC (rev 267218)
+++ PKGBUILD 2016-05-08 20:55:01 UTC (rev 267219)
@@ -3,21 +3,18 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=four-in-a-row
-pkgver=3.20.0
+pkgver=3.20.1
pkgrel=1
pkgdesc="Make lines of the same color to win"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url="https://live.gnome.org/Four-in-a-row"
-groups=('gnome-extra')
+url="https://wiki.gnome.org/Apps/Four-in-a-row"
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(intltool itstool gobject-introspection)
+options=(!emptydirs)
+groups=(gnome-extra)
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('575c98c56ea4766f07be5ce7c3876144f0d4b17034c5148ae4a39bd9ab79a5f2')
+sha256sums=('3f3689fbbc25a91deb4af277cdc20e8db0e5aecfd17dc1376ad4b8d993ab7cf7')
build() {
cd $pkgname-$pkgver
Deleted: four-in-a-row.install
===================================================================
--- four-in-a-row.install 2016-05-08 20:38:51 UTC (rev 267218)
+++ four-in-a-row.install 2016-05-08 20:55:01 UTC (rev 267219)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list