summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhas2021-05-24 19:00:50 +0300
committermuhas2021-05-24 19:00:50 +0300
commit273452dc4de307fc47d1d4dd195f618939300256 (patch)
tree226105ef16fe1b1bb6b61459b750078e8fc046de
parent2b6a0a8c4e608cf2ef91673332b58af9505129e3 (diff)
downloadaur-dscp.tar.gz
0.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccc674fe04d4..8f12c87cb464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dscp
pkgdesc = frontend for scp and ssh (dsh like)
- pkgver = 0.0.1
- pkgrel = 2
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/muhas/dscp
arch = any
license = GPL
depends = openssh
- source = https://github.com/muhas/dscp/archive/0.0.1.tar.gz
- md5sums = 3fb46daa8e6c2ce15bb85fc798804cff
+ source = https://github.com/muhas/dscp/archive/0.0.2.tar.gz
+ md5sums = 3367fb1508de9b6c94b89a3760e993d3
pkgname = dscp
diff --git a/PKGBUILD b/PKGBUILD
index 4d84c7f2df31..ba3676943f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: muhas <muhas@mail.ru>
pkgname=dscp
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.2
+pkgrel=1
pkgdesc="frontend for scp and ssh (dsh like)"
url="https://github.com/muhas/dscp"
license=("GPL")
depends=('openssh')
arch=('any')
source=(https://github.com/muhas/dscp/archive/${pkgver}.tar.gz)
-md5sums=('3fb46daa8e6c2ce15bb85fc798804cff')
+md5sums=('3367fb1508de9b6c94b89a3760e993d3')
package() {
cd ${srcdir}/${pkgname}-${pkgver}