summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Hadžić2022-09-06 14:42:24 +0200
committerNikola Hadžić2022-09-06 14:42:24 +0200
commita51e9be553a206507967e30bccdd7f1850475547 (patch)
treeab0ddb8c45e5d0329c34c64d0edc65d9db74a3dd
parent850cc7f75b21c2a64cf4e42b9bafc05706e846aa (diff)
downloadaur-airpad.tar.gz
Use fixed 1.1 tag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54fa24d6bfcf..5aab1d9bf705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = airpad
pkgdesc = Basic GUI text editor
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/NH000/airpad
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = airpad
makedepends = coreutils
depends = gtk3
depends = gettext
- source = git+https://gitlab.com/NH000/airpad#tag=6c748dca1da52296b4d866bee6bfe71910384ec4
+ source = git+https://gitlab.com/NH000/airpad#tag=320bb17f7203a8f6289ddb3f4de9fa4491d3b2b0
sha256sums = SKIP
pkgname = airpad
diff --git a/PKGBUILD b/PKGBUILD
index be9966dafe3c..9e5500c16767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Nikola Hadžić <nikola.hadzic.000@protonmail.com>
pkgname="airpad"
pkgver="1.1"
-pkgrel=1
+pkgrel=2
pkgdesc="Basic GUI text editor"
arch=("x86_64")
url="https://gitlab.com/NH000/airpad"
license=("GPL3")
depends=("gtk3" "gettext")
makedepends=("git" "coreutils")
-source=("git+$url#tag=6c748dca1da52296b4d866bee6bfe71910384ec4")
+source=("git+$url#tag=320bb17f7203a8f6289ddb3f4de9fa4491d3b2b0")
sha256sums=("SKIP")
build() {