summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2017-01-08 12:45:12 +0100
committerJan Alexander Steffens (heftig)2017-01-08 12:50:09 +0100
commit1bec71f75d404eabed7461f0ec5da9c4377778a0 (patch)
tree9471aa8ed30fd2abe62ddfac82e7c66ba646e6a4
parent333d05197c60a3ac52acb72d16b0d067543e81e9 (diff)
downloadaur-1bec71f75d404eabed7461f0ec5da9c4377778a0.tar.gz
Modernize a bit
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--opentyrian.install11
3 files changed, 5 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a42f342c0d..1fd919ea1360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Aug 20 20:01:16 UTC 2016
+# Sun Jan 8 11:48:23 UTC 2017
pkgbase = opentyrian-hg
pkgdesc = Port of the classic DOS game Tyrian
- pkgver = 1091
+ pkgver = 1101
pkgrel = 1
url = https://bitbucket.org/opentyrian/opentyrian/wiki/Home
- install = opentyrian.install
arch = i686
arch = x86_64
license = GPL3
@@ -13,8 +12,6 @@ pkgbase = opentyrian-hg
makedepends = mercurial
depends = sdl
depends = sdl_net
- depends = gtk-update-icon-cache
- provides = tyrian
provides = opentyrian
conflicts = opentyrian
replaces = opentyrian-svn
diff --git a/PKGBUILD b/PKGBUILD
index b0b4b04ca0cc..b7ecf98d8079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=opentyrian-hg
-pkgver=1091
+pkgver=1101
pkgrel=1
pkgdesc="Port of the classic DOS game Tyrian"
url="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
arch=(i686 x86_64)
license=(GPL3 GPL2)
-depends=(sdl sdl_net gtk-update-icon-cache)
+depends=(sdl sdl_net)
makedepends=(mercurial)
-provides=(tyrian opentyrian)
+provides=(opentyrian)
conflicts=(opentyrian)
replaces=(opentyrian-svn)
-install=opentyrian.install
source=("opentyrian::hg+https://bitbucket.org/opentyrian/opentyrian#branch=default"
http://www.camanis.net/opentyrian/tyrian21.zip)
md5sums=('SKIP'
diff --git a/opentyrian.install b/opentyrian.install
deleted file mode 100644
index a2930a4ff27b..000000000000
--- a/opentyrian.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}