summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5shekel2020-03-25 20:48:56 +0200
committer5shekel2020-03-25 20:48:56 +0200
commit47b64dec11999cfcf5f736d4f0b8b2a7f4c0570a (patch)
tree0e55c68beabacf79428ecc29f83f4a020ee0d2d1
parentd7430888766f49741a4d8396d253ec5af179d7db (diff)
downloadaur-47b64dec11999cfcf5f736d4f0b8b2a7f4c0570a.tar.gz
fixed deps and added post install
-rw-r--r--.SRCINFO4
-rw-r--r--.ezstream6
-rw-r--r--PKGBUILD5
-rw-r--r--ezstream.install6
4 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 331b15a41c62..71006241adf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = ezstream
pkgdesc = A command line source client for Icecast media streaming servers.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.icecast.org/ezstream.php
+ install = ezstream.install
arch = i686
arch = x86_64
license = GPL
@@ -11,6 +12,7 @@ pkgbase = ezstream
depends = libxml2
depends = libshout
depends = taglib
+ depends = check
source = http://downloads.xiph.org/releases/ezstream/ezstream-1.0.1.tar.gz
sha256sums = fc4bf494897a8b1cf75dceefb1eb22ebd36967e5c3b5ce2af9858dbb94cf1157
diff --git a/.ezstream b/.ezstream
deleted file mode 100644
index b8edf5e9eb2f..000000000000
--- a/.ezstream
+++ /dev/null
@@ -1,6 +0,0 @@
-# ezstream
-
-pre_upgrade() {
- echo "note: this is BREAKING release. update your configs first"
-}
-
diff --git a/PKGBUILD b/PKGBUILD
index 76f4b99e2cc9..a5011f383039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=ezstream
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A command line source client for Icecast media streaming servers."
arch=('i686' 'x86_64')
url="http://www.icecast.org/ezstream.php"
license=('GPL')
-depends=('libogg' 'libvorbis' 'libxml2' 'libshout' 'taglib')
+depends=('libogg' 'libvorbis' 'libxml2' 'libshout' 'taglib' 'check')
+install=ezstream.install
diff --git a/ezstream.install b/ezstream.install
new file mode 100644
index 000000000000..60b1f80d4800
--- /dev/null
+++ b/ezstream.install
@@ -0,0 +1,6 @@
+# ezstream
+
+post_upgrade() {
+ echo "\n\n ## note: this is BREAKING release ## \n update your 0.6 configs first\n"
+}
+