summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheunpleasantowl2018-08-14 19:11:19 -0400
committertheunpleasantowl2018-08-14 19:11:19 -0400
commit2291aa5a3a58965b0ec874f7404c44ca88d6b724 (patch)
tree9895d4e08731416d35a019d30699fd41c3d09f35 /PKGBUILD
parentd653e470c07844a300a5e35013f42b667c3ad2ee (diff)
downloadaur-2291aa5a3a58965b0ec874f7404c44ca88d6b724.tar.gz
Update SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5967e98fade0..c015528b725a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=GNUMail
pkgname=gnumail.app
-pkgrel=2
+pkgrel=1
pkgver=1.3.0
pkgdesc='A mailclient built using GNUstep and a clone of NeXT Mail.app'
arch=('i686' 'x86_64' 'armv7h')
@@ -23,4 +23,4 @@ package() {
cd "$_pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -Dm644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
-} \ No newline at end of file
+}