summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpixTM2019-01-29 19:20:04 +0100
committerAlpixTM2019-01-29 19:20:38 +0100
commit672bd025b322b342e3057eec5e4e3a0cc1f01e6f (patch)
tree4fbfbd006f3bd8b33e07765a768c39bd1c93d0a7
parentdde380154075883f2402e95c091a3fc14f7aec64 (diff)
downloadaur-672bd025b322b342e3057eec5e4e3a0cc1f01e6f.tar.gz
update v1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5ddbe2b307..8e59d2fcad3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = transfersh
pkgdesc = Unofficial command-line client for https://transfer.sh
- pkgver = 1.3
+ pkgver = 1.4
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.3.tar.gz
- md5sums = 0c86a00a50b0ede6e0ac188ca2ee2381
+ source = https://github.com/AlpixTM/transfersh/archive/v1.4.tar.gz
+ md5sums = b7161f7ea7188ec3ff5570bcac615247
pkgname = transfersh
diff --git a/PKGBUILD b/PKGBUILD
index 425716444f66..753c04d5a108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: AlpixTM aka Lukas N. <contact@alpix.eu>
pkgname=transfersh
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Unofficial command-line client for https://transfer.sh"
arch=('any')
@@ -8,12 +8,12 @@ url="https://github.com/AlpixTM/transfersh"
license=('AGPL')
depends=('python' 'python-requests')
install=
-source=('https://github.com/AlpixTM/transfersh/archive/v1.3.tar.gz')
-md5sums=('0c86a00a50b0ede6e0ac188ca2ee2381')
+source=('https://github.com/AlpixTM/transfersh/archive/v1.4.tar.gz')
+md5sums=('b7161f7ea7188ec3ff5570bcac615247')
package() {
cd "$pkgname-$pkgver"
install -D -m 755 "${srcdir}/transfersh-$pkgver/transfersh" "${pkgdir}/usr/bin/transfersh"
install -D -m 755 "${srcdir}/transfersh-$pkgver/README.md" "${pkgdir}/usr/share/$pkgname/README.md"
- install -D -m 644 "${srcdir}/transfersh-$pkgver/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m 755 "${srcdir}/transfersh-$pkgver/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}