summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorE5ten2018-04-08 02:29:22 -0400
committerE5ten2018-04-08 02:29:22 -0400
commita3ea1595484618c93f541949287814258a5ec08f (patch)
tree2ef2731aad0747f2dd9b5ac2f5bd819ef2aaa91d
parent3525a9f8993df6e5d84a60c820b1c6bae5529995 (diff)
downloadaur-a3ea1595484618c93f541949287814258a5ec08f.tar.gz
fixed symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea00e8aa7c60..1491a7e3af37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deb2appimage
pkgdesc = Build AppImages from deb packages on any distro with simple json configuration
pkgver = 0.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.simonizor.net
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e11ed32f34ea..4534879d5087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=deb2appimage
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Build AppImages from deb packages on any distro with simple json configuration"
arch=('x86_64')
url='http://www.simonizor.net'