summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2023-12-09 02:18:36 -0500
committerMatthew Sexton2023-12-09 02:18:36 -0500
commit51cec6333515471681ec8aa00943145d420311fa (patch)
tree5c38feb9d453905c7511f3a13908c1ac2dc981eb
parent0e86e7fc7d475c84c7737396cdf6cc4325489a36 (diff)
downloadaur-51cec6333515471681ec8aa00943145d420311fa.tar.gz
Changed url to specific page for this software
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15f63c555eb3..1fc6c9a4b1f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hello
pkgdesc = Prints Hello World and more
pkgver = 2.12.1
- pkgrel = 1
- url = https://gnu.org
+ pkgrel = 2
+ url = https://www.gnu.org/software/hello/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a58c3ca040b2..4d7b7429ac3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Maintainer: Matthew Sexton <mssxtn@gmail.com
+#contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
#Contributor: leo <leotemplin@yahoo.de>
pkgname=hello
pkgver=2.12.1
-pkgrel=1
+pkgrel=2
pkgdesc="Prints Hello World and more"
arch=(i686 x86_64)
-url='https://gnu.org'
+url='https://www.gnu.org/software/hello/'
license=('GPL')
source=(https://ftp.gnu.org/gnu/hello/$pkgname-$pkgver.tar.gz)