summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--hasciicam.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4928335008b1..5c4dc698413d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 23:16:48 UTC 2016
+# Fri Apr 29 21:21:36 UTC 2016
pkgbase = hasciicam
pkgdesc = Renders video input as ascii (to the terminal, textfile, or live webpage)
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = http://ascii.dyne.org/
- install = hasciicam.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 83e2ab6abfce..f3e233071647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
pkgname=hasciicam
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Renders video input as ascii (to the terminal, textfile, or live webpage)"
url="http://ascii.dyne.org/"
depends=('aalib' 'libv4l')
arch=('i686' 'x86_64')
-install=$pkgname.install
source=("https://files.dyne.org/$pkgname/${pkgname}_$pkgver.tar.gz")
md5sums=('4d77c6a4cf6e2b1474d5fec0ff450b80')
license=('GPL3')
diff --git a/hasciicam.install b/hasciicam.install
deleted file mode 100644
index 60b6275490ab..000000000000
--- a/hasciicam.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [ -x /usr/bin/update-desktop-database ] && update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}