summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepsilonKNOT2020-12-11 23:58:38 -0500
committerepsilonKNOT2020-12-11 23:58:38 -0500
commit9be080bc418c4a1aff6751cb04dd52c7b5ceaec3 (patch)
tree0110746781fbd156d5a55a11874d9f967c3300a2
parenteb9941509de9d624104352166b1600fe57d53d94 (diff)
downloadaur-9be080bc418c4a1aff6751cb04dd52c7b5ceaec3.tar.gz
add uwebsockets makedepends
Signed-off-by: epsilonKNOT <epsilon.aur@epsilonknot.xyz>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 797c9014943d..21430ff4db8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = purritobin
url = https://bsd.ac/
arch = any
license = ISC
+ makedepends = uwebsockets
depends = usockets
source = purritobin-0.3.3::https://github.com/PurritoBin/PurritoBin/archive/0.3.3.tar.gz
md5sums = 23d266fb8a438d9c7bfe2d73e9f0cf36
diff --git a/PKGBUILD b/PKGBUILD
index a94723e7df54..f1d9d5eb67ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=purritobin
pkgname=purritobin
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="ultra fast, minimalistic, encrypted command line paste-bin"
url="https://bsd.ac/"
license=('ISC')
@@ -11,6 +11,7 @@ arch=('any')
source=( "${pkgname}-${pkgver}::https://github.com/PurritoBin/PurritoBin/archive/${pkgver}.tar.gz" )
md5sums=('23d266fb8a438d9c7bfe2d73e9f0cf36')
depends=( usockets )
+makedepends=( uwebsockets )
build() {
cd PurritoBin-${pkgver}