summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e98af47ea64e..812f8083765e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmpmail
pkgdesc = A temporary email right from your terminal written in POSIX sh
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/sdushantha/tmpmail
arch = any
@@ -10,7 +10,7 @@ pkgbase = tmpmail
depends = jq
optdepends = w3m: email rendering support
optdepends = xclip: address copy support
- source = git+https://github.com/sdushantha/tmpmail.git#commit=9f3e2fd2cec51857951106556f8f5593a2e74c36
+ source = git+https://github.com/sdushantha/tmpmail.git#commit=3e9596f92a420fbc701a0938a7ca1eb3118c02fc
md5sums = SKIP
pkgname = tmpmail
diff --git a/PKGBUILD b/PKGBUILD
index 334afaf17f46..855770951baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>
pkgname=tmpmail
-pkgver=1.2.2
-_commit=9f3e2fd2cec51857951106556f8f5593a2e74c36
+pkgver=1.2.3
+_commit=3e9596f92a420fbc701a0938a7ca1eb3118c02fc
pkgrel=1
pkgdesc='A temporary email right from your terminal written in POSIX sh'
arch=(any)