summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Delaney2023-12-18 15:31:03 -0500
committerRyan Delaney2023-12-18 15:31:07 -0500
commita7b2444ce9494485390fe40cd8a6646f89cc712f (patch)
tree08e3566ea588bd652e26fe1d8dd4497b0a40e35f
parent0782ea3075c5473e0f2e2224a5380dc275e15a12 (diff)
downloadaur-an.tar.gz
Fix inconsistent pkgrel between *INFO and PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee25c19a0386..5bef47c0e814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=an
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Anagram Generator"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/anagram/"