summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-10-04 14:15:11 +0800
committerChocobo12018-10-04 14:15:11 +0800
commitbb8b3e0e664e1e029cd85daf4099b52a43d917c9 (patch)
tree5b32c7c2168aab0ebb969f66423872f3f9cf02ba
parentd573e28c1e689b8364b6ec99d4362b63c6ea6dd5 (diff)
downloadaur-bb8b3e0e664e1e029cd85daf4099b52a43d917c9.tar.gz
upgpkg: dropbear-hg r1621.8cdabd7d34aa-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a9c082757a2..b1493f025221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dropbear-hg
pkgdesc = Small SSH server and client
- pkgver = r1450.5b25d86b865b
+ pkgver = r1621.8cdabd7d34aa
pkgrel = 1
url = https://matt.ucc.asn.au/dropbear/dropbear.html
arch = i686
@@ -14,6 +14,8 @@ pkgbase = dropbear-hg
conflicts = dropbear
source = hg+https://secure.ucc.asn.au/hg/dropbear/
source = dropbear.service::https://git.archlinux.org/svntogit/community.git/plain/trunk/dropbear.service?h=packages/dropbear
+ source = localoptions.h::https://git.archlinux.org/svntogit/community.git/plain/trunk/localoptions.h?h=packages/dropbear
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4b178bae0c1a..bc391e8d0b20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=dropbear-hg
-pkgver=r1450.5b25d86b865b
+pkgver=r1621.8cdabd7d34aa
pkgrel=1
pkgdesc="Small SSH server and client"
arch=('i686' 'x86_64')
@@ -12,15 +12,17 @@ makedepends=('mercurial')
provides=('dropbear')
conflicts=('dropbear')
source=("hg+https://secure.ucc.asn.au/hg/dropbear/"
- "dropbear.service::https://git.archlinux.org/svntogit/community.git/plain/trunk/dropbear.service?h=packages/dropbear")
+ "dropbear.service::https://git.archlinux.org/svntogit/community.git/plain/trunk/dropbear.service?h=packages/dropbear"
+ "localoptions.h::https://git.archlinux.org/svntogit/community.git/plain/trunk/localoptions.h?h=packages/dropbear")
sha256sums=('SKIP'
+ 'SKIP'
'SKIP')
prepare() {
cd "dropbear"
- sed -i 's/DROPBEAR_SMALL_CODE 1/DROPBEAR_SMALL_CODE 0/' "default_options.h"
+ cp -f "$srcdir/localoptions.h" ./
}
pkgver() {