modified: PKGBUILD

modified:   paste42.sh
main
Thomas Ba. 14 years ago
parent 53f8419736
commit 7c456b22ca

@ -2,7 +2,7 @@
# PKGBUILD for ArchLinux # PKGBUILD for ArchLinux
pkgname=paste42 pkgname=paste42
pkgver=20110510.0 pkgver=20110510.1
pkgrel=3 pkgrel=3
pkgdesc="Utility to post text files to paste42.de using curl" pkgdesc="Utility to post text files to paste42.de using curl"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
# Aufrufsyntax: # Aufrufsyntax:
# tree [-s] [-t "filetype"] [-l] [-h] file # paste42.sh [-s] [-t "filetype"] [-l] [-h] [-u] file
# Variablen initialisieren & defaults setzen # Variablen initialisieren & defaults setzen
VERSION="20110510.0" VERSION="20110510.1"
ATTR='' ATTR=''
OPTS="" OPTS=""
EXP='0' EXP='0'

Loading…
Cancel
Save