summarylogtreecommitdiffstats
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
parent6712d6068e060a62ca8cc8b08605266be4c6f09e (diff)
downloadaur-198ad66be7f297bad632a2998c2a7270b0488450.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6aedd175a0f..e9003bb02855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = tmpmail
pkgdesc = A temporary email right from your terminal written in POSIX sh
- pkgver = 1.1.9
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/sdushantha/tmpmail
arch = any
license = MIT
makedepends = git
- depends = w3m
depends = curl
depends = jq
- source = git+https://github.com/sdushantha/tmpmail.git#commit=0fdfe4955cfd0fff44a6c9073a4c30816e1cd615
+ optdepends = w3m: email rendering support
+ optdepends = xclip: address copy support
+ source = git+https://github.com/sdushantha/tmpmail.git#commit=81b733ca469c52ca018bcbcecfa7239c24a95001
md5sums = SKIP
pkgname = tmpmail
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)