summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDušan Simić2022-04-11 10:41:51 +0200
committerDušan Simić2022-04-11 10:41:51 +0200
commit198ad66be7f297bad632a2998c2a7270b0488450 (patch)
treefe2ee31782fd7cd8a3eccae9de51c926ef42f822 /PKGBUILD
parent6712d6068e060a62ca8cc8b08605266be4c6f09e (diff)
downloadaur-198ad66be7f297bad632a2998c2a7270b0488450.tar.gz
Update to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcd08ebf1cd8..0329b11e89c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>
pkgname=tmpmail
-pkgver=1.1.9
-_commit=0fdfe4955cfd0fff44a6c9073a4c30816e1cd615
-pkgrel=2
+pkgver=1.2.1
+_commit=81b733ca469c52ca018bcbcecfa7239c24a95001
+pkgrel=1
pkgdesc='A temporary email right from your terminal written in POSIX sh'
arch=(any)
url=https://github.com/sdushantha/tmpmail
license=(MIT)
-depends=(w3m curl jq)
+depends=(curl jq)
makedepends=(git)
+optdepends=('w3m: email rendering support'
+ 'xclip: address copy support')
source=("git+$url.git#commit=$_commit")
md5sums=(SKIP)