summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)