summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited2018-10-01 20:38:25 -0500
committerSam Whited2018-10-01 20:38:47 -0500
commitd6cbdd61223c121c4bd85ef9f5676a7b1785a761 (patch)
tree71f70302d81d8e69a5fa0c6ace4a3d16f0eb3231
parentaf88f67c150b79a13ee2b8c4b8ec8720917ab09d (diff)
downloadaur-d6cbdd61223c121c4bd85ef9f5676a7b1785a761.tar.gz
Add missing dep and general cleanup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e78c1f48df32..13e256e9d5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = writeas-cli
pkgdesc = Write.as command line interface
pkgver = 1.2
- pkgrel = 2
+ pkgrel = 3
url = https://write.as/apps/cli
arch = x86_64
license = GPL3
+ depends = glibc
source = https://github.com/writeas/writeas-cli/releases/download/v1.2/writeas_1.2_linux_amd64.tar.gz
sha256sums = fbef7f15eecaefe1632740090b08a418a7171e49d4c789103847c19180c0420e
diff --git a/PKGBUILD b/PKGBUILD
index 2c6f1819d087..005010915ddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=writeas-cli
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Write.as command line interface"
arch=('x86_64')
-url="https://write.as/apps/cli"
-license=(GPL3)
-source=(https://github.com/writeas/writeas-cli/releases/download/v${pkgver}/writeas_${pkgver}_linux_amd64.tar.gz)
+url='https://write.as/apps/cli'
+license=('GPL3')
+depends=('glibc')
+source=("https://github.com/writeas/writeas-cli/releases/download/v${pkgver}/writeas_${pkgver}_linux_amd64.tar.gz")
sha256sums=('fbef7f15eecaefe1632740090b08a418a7171e49d4c789103847c19180c0420e')
package() {