summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpixTM2019-01-29 20:31:12 +0100
committerAlpixTM2019-01-29 20:31:12 +0100
commit7ebea9055b17a429fa134a84d805c25f45fcd7d0 (patch)
tree41d97260d994b6266aef0c50c616d1b041c92ee9
parent672bd025b322b342e3057eec5e4e3a0cc1f01e6f (diff)
downloadaur-7ebea9055b17a429fa134a84d805c25f45fcd7d0.tar.gz
update v1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e59d2fcad3f..9421884d2b9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = transfersh
pkgdesc = Unofficial command-line client for https://transfer.sh
- pkgver = 1.4
+ pkgver = 1.4.1
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.4.tar.gz
- md5sums = b7161f7ea7188ec3ff5570bcac615247
+ source = https://github.com/AlpixTM/transfersh/archive/v1.4.1.tar.gz
+ md5sums = 0a33aec2fda2f2fe791928f722a5dfcd
pkgname = transfersh
diff --git a/PKGBUILD b/PKGBUILD
index 753c04d5a108..ddd924177464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: AlpixTM aka Lukas N. <contact@alpix.eu>
pkgname=transfersh
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="Unofficial command-line client for https://transfer.sh"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/AlpixTM/transfersh"
license=('AGPL')
depends=('python' 'python-requests')
install=
-source=('https://github.com/AlpixTM/transfersh/archive/v1.4.tar.gz')
-md5sums=('b7161f7ea7188ec3ff5570bcac615247')
+source=('https://github.com/AlpixTM/transfersh/archive/v1.4.1.tar.gz')
+md5sums=('0a33aec2fda2f2fe791928f722a5dfcd')
package() {
cd "$pkgname-$pkgver"