makedeb
Unicode enabled rxvt-clone terminal emulator (urxvt)
Click here to go back to the commit logs for rxvt-unicode.
Hash: 72a54f6c73f6bd37cfd811a774b250fd049d7332
Message: minor update
diff --git a/.SRCINFO b/.SRCINFO
index b014808..2cf7a4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,12 +25,14 @@ pkgbase = rxvt-unicode
sha256sums = 643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b
bullseye_depends = libxft-dev
bullseye_depends = perl
- bullseye_depends = libstartup-notification0libnsl-dev
+ bullseye_depends = libstartup-notification0
+ bullseye_depends = libnsl-dev
bullseye_depends = libnsl2
bullseye_depends = terminfo
hirsute_depends = libxft-dev
hirsute_depends = perl
- hirsute_depends = libstartup-notification0libnsl-dev
+ hirsute_depends = libstartup-notification0
+ hirsute_depends = libnsl-dev
hirsute_depends = libnsl2
hirsute_depends = terminfo
diff --git a/PKGBUILD b/PKGBUILD
index a07660d..a09618d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="http://software.schmorp.de/pkg/rxvt-unicode.html"
license=('GPL')
makedepends=('libxft-dev' 'libxft2-dev' 'perl' 'libstartup-notification0-dev' 'libstartup-notification0' 'libxmu-dev' 'libperl-dev')
depends=('libxft-dev' 'perl' 'libstartup-notification0')
-bullseye_depends=(${depends[@]}'libnsl-dev' 'libnsl2' 'terminfo')
-hirsute_depends=(${depends[@]}'libnsl-dev' 'libnsl2' 'terminfo')
+bullseye_depends=(${depends[@]} 'libnsl-dev' 'libnsl2' 'terminfo')
+hirsute_depends=(${depends[@]} 'libnsl-dev' 'libnsl2' 'terminfo')
optdepends=('libgtk3-perl: to use the urxvt-tabbed')
source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2)
provides=('rxvt-unicode' )