summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-04-30 22:56:29 +0200
committerNarrat2016-04-30 22:56:29 +0200
commite4571fdda4b02b90a6a64b7f64df0ca08c1e57ba (patch)
tree89220e75e13bc0c11441432d6ac139d256ccf9df
parent27eef90bb69d88089bf81c2d55d0b3efe8e93001 (diff)
downloadaur-e4571fdda4b02b90a6a64b7f64df0ca08c1e57ba.tar.gz
Tomb: Remove install file
The stuff covered in there is handled by hooks now. BUT the necessary deps won't be included, because the files needed aren't provided by the tomb package anymore (back then, when the gtk based tool wasup to date, it was necessary)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--tomb-git.install12
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a445c87bef72..41ac90ad2d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 18:57:38 UTC 2015
+# Sat Apr 30 20:56:30 UTC 2016
pkgbase = tomb-git
pkgdesc = simple tool to manage encrypted storage
- pkgver = 2.2.r0.g017aee0
- pkgrel = 1
+ pkgver = 2.2.r3.gff57aa3
+ pkgrel = 2
url = http://tomb.dyne.org/
- install = tomb-git.install
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2b709343459d..b9d293d1f311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@
_name=tomb
pkgbase="${_name}-git"
pkgname=("${_name}-git" "${_name}-kdf-git")
-pkgver=2.2.r0.g017aee0
-pkgrel=1
+pkgver=2.2.r3.gff57aa3
+pkgrel=2
pkgdesc="simple tool to manage encrypted storage"
arch=('any')
url="http://tomb.dyne.org/"
license=('GPL3')
makedepends=('git' 'libgcrypt')
-install="${pkgname}.install"
conflicts=("${_name}")
provides=("${_name}")
source=("${_name}::git://github.com/dyne/${_name//t/T}.git"
diff --git a/tomb-git.install b/tomb-git.install
deleted file mode 100644
index f4a0690b4e52..000000000000
--- a/tomb-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}