summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis2016-03-24 22:17:51 -0400
committerPatrick Griffis2016-03-24 22:17:51 -0400
commit7bc2cebd6188dbe3b4502000877248854021fb00 (patch)
tree8ff6b42a889d23f5feee89243b014f89b85380f6
parentd07c16ffe3c3dcdf2bab0c69ead206f94fdbecd9 (diff)
downloadaur-7bc2cebd6188dbe3b4502000877248854021fb00.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1baee98c79f8..f8281620c962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fpaste
pkgdesc = A cli frontend for the fpaste.org pastebin
- pkgver = 0.3.7.3.3
+ pkgver = 0.3.8.1
pkgrel = 1
url = http://fpaste.org/
arch = any
license = GPL3
- depends = python2
- source = https://fedorahosted.org/released/fpaste/fpaste-0.3.7.3.3.tar.gz
- sha256sums = 47728601aef3430e0e3baf7cdd2f821b6348a99ab5c39d118173028878617f4a
+ depends = python
+ source = https://fedorahosted.org/released/fpaste/fpaste-0.3.8.1.tar.gz
+ sha256sums = 2cf565f2a803371b13292db8f243da5f49c0509eb2e89d6236b4096d74f161df
pkgname = fpaste
diff --git a/PKGBUILD b/PKGBUILD
index 2d69ae553831..f2f953354cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,15 @@
# Maintainer: TingPing <tingping@tingping.se>
pkgname=fpaste
-pkgver=0.3.7.3.3
+pkgver=0.3.8.1
pkgrel=1
pkgdesc='A cli frontend for the fpaste.org pastebin'
arch=('any')
url='http://fpaste.org/'
license=('GPL3')
-depends=('python2')
+depends=('python')
source=("https://fedorahosted.org/released/fpaste/$pkgname-$pkgver.tar.gz")
-sha256sums=('47728601aef3430e0e3baf7cdd2f821b6348a99ab5c39d118173028878617f4a')
-
-prepare() {
- cd "$pkgname-$pkgver"
- sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' fpaste
-}
+sha256sums=('2cf565f2a803371b13292db8f243da5f49c0509eb2e89d6236b4096d74f161df')
package() {
cd "$pkgname-$pkgver"