summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfdev312023-11-09 19:15:40 +0100
committerfdev312023-11-09 19:15:40 +0100
commitfca612102d4cadf1b2896064347802fabdc5d19e (patch)
treecd8d6e80170b02c5255dc214bbbe3a30185c7e4f
parent7097db02ccb6c69009d499b4f2c56ae6090eaf3b (diff)
downloadaur-fca612102d4cadf1b2896064347802fabdc5d19e.tar.gz
Version 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1c4c0118bb6..681e4a79c253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ynot3
pkgdesc = An image annotator for Xorg & Wayland using pygame
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://github.com/fdev31/ynot3
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = ynot3
depends = python
provides = ynot3
conflicts = ynot3
- source = git+https://github.com/fdev31/ynot3.git#tag=1.2.1
+ source = git+https://github.com/fdev31/ynot3.git#tag=1.2.2
md5sums = SKIP
pkgname = ynot3
diff --git a/PKGBUILD b/PKGBUILD
index b97b1eda88d6..b51d1e3b5e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabien Devaux <fdev31@gmail.com>
# Contributor: Fabien Devaux <fdev31@gmail.com>
pkgname=ynot3
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
pkgdesc="An image annotator for Xorg & Wayland using pygame"
arch=(any)
url="https://github.com/fdev31/${pkgname}"