summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-07-23 00:26:47 +0200
committerFabioLolix2018-07-23 00:26:47 +0200
commitacf3801371d7ff38edf2be8d687764b6817c4297 (patch)
tree61e5a48e1408af5706498823ef8ca596b1bea6c5
parent0ce75d5ca06a4d179a03e6b89a8b9524a90fa12a (diff)
downloadaur-acf3801371d7ff38edf2be8d687764b6817c4297.tar.gz
libgranite rebuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2397f7e11c7f..8a4b03dcde69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hashit
- pkgdesc = Checksum tool for Pantheon
+ pkgdesc = Checksum tool for Pantheon, developed by Artem Anufrij
pkgver = 0.1.11
- pkgrel = 1
+ pkgrel = 2
url = https://artemanufrij.github.io/
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = hashit
makedepends = cmake-modules-elementary-git
depends = libgranite.so
depends = gtk3
- source = https://github.com/artemanufrij/hashit/archive/0.1.11.tar.gz
+ source = hashit-0.1.11.tar.gz::https://github.com/artemanufrij/hashit/archive/0.1.11.tar.gz
sha256sums = f4d550f1e14a283a9078a9358fbd9175a38a5521a567dbe5535f5198adfe2cc4
pkgname = hashit
diff --git a/PKGBUILD b/PKGBUILD
index f8841dcaabbd..a9b4317c2f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hashit
pkgver=0.1.11
-pkgrel=1
-pkgdesc="Checksum tool for Pantheon"
+pkgrel=2
+pkgdesc="Checksum tool for Pantheon, developed by Artem Anufrij"
arch=('x86_64')
url='https://artemanufrij.github.io/'
license=('GPL3')
depends=('libgranite.so' 'gtk3')
makedepends=('vala' 'cmake' 'cmake-modules-elementary-git')
-source=("https://github.com/artemanufrij/hashit/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/artemanufrij/hashit/archive/${pkgver}.tar.gz")
sha256sums=('f4d550f1e14a283a9078a9358fbd9175a38a5521a567dbe5535f5198adfe2cc4')
prepare() {