summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpixTM2018-08-15 21:20:22 +0200
committerAlpixTM2018-08-15 21:20:22 +0200
commitdde380154075883f2402e95c091a3fc14f7aec64 (patch)
tree0f193ba6adcdb00d341589a5a02d58b59e27a53c
parent7d0cd00b3c4db52754b56a3b4c70d9ad793d5816 (diff)
downloadaur-dde380154075883f2402e95c091a3fc14f7aec64.tar.gz
Update v1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3879c49bd191..bc5ddbe2b307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = transfersh
pkgdesc = Unofficial command-line client for https://transfer.sh
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/AlpixTM/transfersh
arch = any
license = AGPL
depends = python
depends = python-requests
- source = https://github.com/AlpixTM/transfersh/archive/v1.2.tar.gz
- md5sums = 1b21ace11239f351b36ed4b1fda9f67a
+ source = https://github.com/AlpixTM/transfersh/archive/v1.3.tar.gz
+ md5sums = 0c86a00a50b0ede6e0ac188ca2ee2381
pkgname = transfersh
diff --git a/PKGBUILD b/PKGBUILD
index fd3a9355399e..425716444f66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer: AlpixTM aka Lukas N. <contact@alpix.eu>
pkgname=transfersh
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc="Unofficial command-line client for https://transfer.sh"
arch=('any')
url="https://github.com/AlpixTM/transfersh"
license=('AGPL')
depends=('python' 'python-requests')
install=
-source=('https://github.com/AlpixTM/transfersh/archive/v1.2.tar.gz')
-md5sums=('1b21ace11239f351b36ed4b1fda9f67a')
+source=('https://github.com/AlpixTM/transfersh/archive/v1.3.tar.gz')
+md5sums=('0c86a00a50b0ede6e0ac188ca2ee2381')
package() {
cd "$pkgname-$pkgver"