summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d08bebcec559..f5b1a0537343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = poe
pkgdesc = .po file editor
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://strahinja.srht.site/poe
arch = x86_64
license = GPL3
- source = poe-1.7.1.tar.gz::https://git.sr.ht/~strahinja/poe/archive/v1.7.1.tar.gz
- md5sums = eb57729293df8df0463427aa76d6fb51
+ source = poe-1.7.2.tar.gz::https://git.sr.ht/~strahinja/poe/archive/v1.7.2.tar.gz
+ md5sums = aa4e3a38626167992e6b7a02a7ddc881
pkgname = poe
diff --git a/PKGBUILD b/PKGBUILD
index ce282f09cca8..60dc9431f600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Strahinya Radich <contact@strahinja.org>
pkgname=poe
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc=".po file editor"
arch=('x86_64')
url="https://strahinja.srht.site/poe"
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/poe/archive/v$pkgver.tar.gz")
-md5sums=('eb57729293df8df0463427aa76d6fb51')
+md5sums=('aa4e3a38626167992e6b7a02a7ddc881')
#build() {
# local redo=$(command -v redo || echo ./do -c)