summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Stivanin2017-05-25 17:48:55 +0200
committerPaolo Stivanin2017-05-25 17:48:55 +0200
commit48db12cbf60bd62264066837665d260b759ee97e (patch)
tree4d5677bdb25d9fd92ae1f3f3e91ae983df585753
parentdf50d7308be96628230da11bf4b6e6a201af362f (diff)
downloadaur-48db12cbf60bd62264066837665d260b759ee97e.tar.gz
fix sha256
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6e44383158c..a59d7fe54b14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = libcotp
depends = libbaseencode
options = !strip
source = https://github.com/paolostivanin/libcotp/archive/v1.0.7.tar.gz
- sha256sums = 1ceb7c970adf5408c2edee2bb1b8ea8ce00b77f66c0fb0327eaa933ce55943e3
+ sha256sums = 672fd009f8163dc159fe8106041b9c3aa6e7c637cdda4ba270d0374aef747606
pkgname = libcotp
diff --git a/PKGBUILD b/PKGBUILD
index acfc8f8f906d..ecc9362dc648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,13 @@ license=('GPL3')
source=("https://github.com/paolostivanin/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("1ceb7c970adf5408c2edee2bb1b8ea8ce00b77f66c0fb0327eaa933ce55943e3")
+sha256sums=("672fd009f8163dc159fe8106041b9c3aa6e7c637cdda4ba270d0374aef747606")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
mkdir build && cd $_
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
- make cotp
+ make
}
package() {