summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramtoaer2020-09-27 04:21:47 +0000
committeramtoaer2020-09-27 04:21:47 +0000
commitcb1d9e826147d1b29342e6b8b62977901736a105 (patch)
treec9a9f5eed34c2405a5b9e9d37587d6af1d72eb02
parentb6903b819eaa7e1cce4b86b2eb4874de1fbfe44f (diff)
downloadaur-cb1d9e826147d1b29342e6b8b62977901736a105.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19cb7fd1c306..6f1662a8213c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = iwsp-bin
pkgdesc = Northeastern University Gymnasium Reservation.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/amtoaer/iwsp
arch = x86_64
license = MIT
- source = iwsp-linux::https://github.com/amtoaer/iwsp/releases/download/1.0.1/iwsp-linux
+ source = iwsp-linux::https://github.com/amtoaer/iwsp/releases/download/1.0.2/iwsp-linux
source = LICENSE::https://raw.githubusercontent.com/amtoaer/iwsp/master/LICENSE
- md5sums = dc668a31b88456c8e723d399dd0a068c
+ md5sums = 928f25b64f59222d52819de8a2855601
md5sums = 31fad0aacc583d621612630ce8f5a26c
pkgname = iwsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d5a48d6710c..d6bc965a3871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: amtoaer <amtoaer@outlook.com>
pkgname=iwsp-bin
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Northeastern University Gymnasium Reservation."
arch=('x86_64')
@@ -13,11 +13,11 @@ source=(
)
md5sums=(
- 'dc668a31b88456c8e723d399dd0a068c'
+ '928f25b64f59222d52819de8a2855601'
'31fad0aacc583d621612630ce8f5a26c'
)
package(){
- install -D -m 755 /iwsp-linux /usr/bin/iwsp
- install -D -m 644 /LICENSE /usr/share/licenses/iwsp/LICENSE
+ install -D -m 755 $srcdir/iwsp-linux $pkgdir/usr/bin/iwsp
+ install -D -m 644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}