summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-11 18:43:35 +0100
committersl1pkn072015-12-11 18:43:35 +0100
commit2709ba3813b4f32e3a20385166f49d4af87bc5ab (patch)
tree827f150baba0500e1a60382c1409b19f6a0baa27
parent71a6fe542a2f847e029e357c818063fe0553ed46 (diff)
downloadaur-2709ba3813b4f32e3a20385166f49d4af87bc5ab.tar.gz
gcc (abi) rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c277e453f4a..ad4a3b5609f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = newspost
pkgdesc = A usenet binary autoposter for unix
pkgver = 2.1.1
- pkgrel = 3
- url = http://newspost.unixcab.org/
+ pkgrel = 4
+ url = http://newspost.unixcab.org
arch = i686
arch = x86_64
license = GPL
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
+}