[arch-commits] Commit in screen/repos (3 files)

Allan McRae allan at archlinux.org
Fri May 29 01:53:53 UTC 2009


    Date: Thursday, May 28, 2009 @ 21:53:53
  Author: allan
Revision: 40238

Merged revisions 40237 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/screen/trunk

........
  r40237 | allan | 2009-05-29 10:52:11 +1000 (Fri, 29 May 2009) | 2 lines
  
  upgpkg: screen 4.0.3-8
      fix install scriptlet error, update url
........

Modified:
  screen/repos/extra-i686/	(properties)
  screen/repos/extra-i686/PKGBUILD
  screen/repos/extra-i686/screen.install

----------------+
 PKGBUILD       |    4 ++--
 screen.install |   16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)


Property changes on: screen/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /screen/trunk:1-40120
   + /screen/trunk:1-40237

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-29 00:52:11 UTC (rev 40237)
+++ extra-i686/PKGBUILD	2009-05-29 01:53:53 UTC (rev 40238)
@@ -4,11 +4,11 @@
 
 pkgname=screen
 pkgver=4.0.3
-pkgrel=7
+pkgrel=8
 _ptygroup=5 #the UID of our PTY/TTY group
 pkgdesc="Full-screen window manager that multiplexes a physical terminal"
 arch=('i686' 'x86_64')
-url="ftp://ftp.uni-erlangen.de/pub/utilities/screen"
+url="http://www.gnu.org/software/screen/"
 license=('GPL')
 depends=('ncurses' 'pam')
 backup=('etc/screenrc' 'etc/pam.d/screen')

Modified: extra-i686/screen.install
===================================================================
--- extra-i686/screen.install	2009-05-29 00:52:11 UTC (rev 40237)
+++ extra-i686/screen.install	2009-05-29 01:53:53 UTC (rev 40238)
@@ -9,14 +9,6 @@
 }
 
 pre_upgrade() {
-    pre_remove $*
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-pre_remove() {
     compiled="/usr/share/terminfo/s/screen-256color"
     if [ -e $compiled ]; then
         if pacman -Qo $compiled 2>&1 | grep "No package owns" >/dev/null; then
@@ -33,7 +25,15 @@
             echo "done."
         fi
     fi
+}
 
+post_upgrade() {
+    post_install $1
+}
+
+pre_remove() {
+    pre_upgrade $*
+
     [ -x usr/bin/install-info ] || return 0
     for file in ${filelist[@]}; do
         install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null




More information about the arch-commits mailing list