summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormlatman2016-04-22 22:19:52 -0400
committermlatman2016-04-22 22:19:52 -0400
commitb038533e79a639d418a66d24b8baacf4f7090d2c (patch)
treec7dab13031990f74d12f7be13f98083d14d379b2
parent497357194d9bcd2f305c48562001593779ad2cca (diff)
downloadaur-b038533e79a639d418a66d24b8baacf4f7090d2c.tar.gz
Release 2.0.14 PackageRel 3
-rw-r--r--.INSTALL (renamed from .install)0
-rw-r--r--PKGBUILD2
-rw-r--r--generateAur.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/.install b/.INSTALL
index 3893ca5c4bc4..3893ca5c4bc4 100644
--- a/.install
+++ b/.INSTALL
diff --git a/PKGBUILD b/PKGBUILD
index d1879f9c6185..9fa86f0c3355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=('desktop-file-utils' 'gconf' 'gtk2' 'gvfs' 'hicolor-icon-theme' 'libgudev' 'libgcrypt' 'libnotify' 'libxtst' 'nss' 'python' 'xdg-utils' 'libcap')
optdepends=('hunspell: spell check')
options=('!docs' '!emptydirs')
-install=.install
+install=.INSTALL
source=("whatsie-2.0.14-linux-amd64.deb::https://github.com/Aluxian/Whatsie/releases/download/v2.0.14/whatsie-2.0.14-linux-amd64.deb")
md5sums=('a7e1cb4c020c98aa74cc75e1cac22014')
package() {
diff --git a/generateAur.sh b/generateAur.sh
index cb32a63395be..aee1bac2687f 100644
--- a/generateAur.sh
+++ b/generateAur.sh
@@ -11,7 +11,7 @@ license=('MIT')
depends=('desktop-file-utils' 'gconf' 'gtk2' 'gvfs' 'hicolor-icon-theme' 'libgudev' 'libgcrypt' 'libnotify' 'libxtst' 'nss' 'python' 'xdg-utils' 'libcap')
optdepends=('hunspell: spell check')
options=('!docs' '!emptydirs')
-install=.install
+install=.INSTALL
source=(\"whatsie-$pkgver-linux-amd64.deb::https://github.com/Aluxian/Whatsie/releases/download/v$pkgver/whatsie-$pkgver-linux-amd64.deb\")
md5sums=('a7e1cb4c020c98aa74cc75e1cac22014')
package() {