summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbaae10e119e..adba20652b6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=newspost
pkgver=2.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="A usenet binary autoposter for unix"
-url="http://newspost.unixcab.org/"
+url='http://newspost.unixcab.org'
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc')
@@ -24,4 +24,4 @@ build() {
package() {
make -C "${pkgname}-${pkgver}" PREFIX="${pkgdir}/usr/" MANDIR="${pkgdir}/usr/share/man/man1" install
-} \ No newline at end of file
+}