Created
June 7, 2012 21:15
-
-
Save pablox-cl/2891567 to your computer and use it in GitHub Desktop.
TTYtter 1.2.5.00 -> 2.0.00 PKGBUILD Upgrade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Peter Richard Lewis <[email protected]> | |
# Contributor: TDY <[email protected]> | |
# Contributor: Roberto Viola <[email protected]> | |
pkgname=ttytter | |
pkgver=2.0.00 | |
pkgrel=1 | |
pkgdesc="A multi-functional, command-line twitter client" | |
arch=('any') | |
url="http://www.floodgap.com/software/ttytter/" | |
license=('custom:FFSL') | |
depends=('perl') | |
source=(http://www.floodgap.com/software/ffsl/license.txt | |
$pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt) | |
sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd' | |
'fe49689c24e3c73f13121d39e255bba511c2baed0c666d3fce38fd1b15071640') | |
build() { | |
return 0 | |
} | |
package() { | |
cd "$srcdir" | |
install -Dm755 $pkgname-$pkgver.txt "$pkgdir/usr/bin/$pkgname" | |
install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PKGBUILD.old 2012-05-28 00:08:10.000000000 -0400 | |
+++ PKGBUILD 2012-05-28 22:17:44.816325732 -0400 | |
@@ -3,7 +3,7 @@ | |
# Contributor: Roberto Viola <[email protected]> | |
pkgname=ttytter | |
-pkgver=1.2.05 | |
+pkgver=2.0.00 | |
pkgrel=1 | |
pkgdesc="A multi-functional, command-line twitter client" | |
arch=('any') | |
@@ -11,10 +11,9 @@ | |
license=('custom:FFSL') | |
depends=('perl') | |
source=(http://www.floodgap.com/software/ffsl/license.txt | |
- $pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist1/$pkgver.txt) | |
-sha256sums=('a56b2e4995041dde62f7c71d5573f96d84b33bbd12e929f1a5dc7946fb469174' | |
- '580144a32f88901d80a708b1664638d163c4595ff66eaeb0fd895d08988be632') | |
- | |
+ $pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt) | |
+sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd' | |
+ 'fe49689c24e3c73f13121d39e255bba511c2baed0c666d3fce38fd1b15071640') | |
build() { | |
return 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment