summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Schoon2022-05-30 16:13:59 -0500
committerKevin Schoon2022-05-30 16:13:59 -0500
commitc4d3b59fffcd8c1e309ddbc18413c1581692ab58 (patch)
treef818c5b47991835e454ebc309e420cad62fe5b44
parentb893b101f582382af078674871c1d37b6fe20065 (diff)
downloadaur-pomo.tar.gz
bump to 0.8.1, rm man page
Pomo now has a man page maintained upstream and thus I have removed the generated one that was committed here.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
-rw-r--r--pomo.1.gzbin680 -> 0 bytes
3 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c6fcc0d47bd..376aa5b989e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = pomo
pkgdesc = Pomodoro Command Line Interface
- pkgver = 0.7.2
+ pkgver = 0.8.1
pkgrel = 1
url = https://kevinschoon.github.io/pomo/
arch = x86_64
arch = aarch64
license = MIT
makedepends = go
- source = https://github.com/kevinschoon/pomo/archive/0.7.2.tar.gz
- source = pomo.1.gz
- md5sums = 4884ac7aa8acd674b3f3f8f30f322cf0
- md5sums = fa5b708af2c606a52d65f3231146fe22
- sha512sums = e95faeb1bbe6324063c5ebe9a81b0082ce238abd42385026c04b1582c65ac1494d8e259bfa873058f725c12e0888f2b0d0dad7808102bd0bf763ca79e645637b
- sha512sums = c6b61ca7a6a2f6be154cea4515853ac131e27cbfa52ee1c1d0d9eb78767bccd103efaf1ed0bdd434879f0fac999db24e7e5fb44db492735fee774bd2f2059bc8
+ source = https://github.com/kevinschoon/pomo/archive/0.8.1.tar.gz
+ md5sums = d6f1d5661ccf0485d02d73f93138d221
+ sha512sums = 53b9608efce6a0820fc9fa3bfb9af406c23f1457bba2113c83b2fe714bff6e6e4d956533691ba7de8ada4db38a37527bed47692524128d275be3ec9a8b9bf758
pkgname = pomo
diff --git a/PKGBUILD b/PKGBUILD
index 8f5c1000adc1..21254412e4f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pomo
-pkgver=0.7.2
+pkgver=0.8.1
pkgrel=1
pkgdesc='Pomodoro Command Line Interface'
@@ -11,7 +11,7 @@ license=(MIT)
makedepends=('go')
-source=("https://github.com/kevinschoon/pomo/archive/${pkgver}.tar.gz" "pomo.1.gz")
+source=("https://github.com/kevinschoon/pomo/archive/${pkgver}.tar.gz")
build() {
cd ${pkgname}-${pkgver}
#export GOOS=linux
@@ -23,11 +23,10 @@ build() {
package() {
mkdir -p $pkgdir/usr/bin
+ gzip -f -k $srcdir/${pkgname}-${pkgver}/man/pomo.1
install -Dm 755 $srcdir/${pkgname}-${pkgver}/bin/pomo "$pkgdir/usr/bin/pomo"
- install -Dm 644 $srcdir/pomo.1.gz "$pkgdir/usr/share/man/man1/pomo.1.gz"
+ install -Dm 644 $srcdir/${pkgname}-${pkgver}/man/pomo.1.gz "$pkgdir/usr/share/man/man1/pomo.1.gz"
}
-md5sums=('4884ac7aa8acd674b3f3f8f30f322cf0'
- 'fa5b708af2c606a52d65f3231146fe22')
-sha512sums=('e95faeb1bbe6324063c5ebe9a81b0082ce238abd42385026c04b1582c65ac1494d8e259bfa873058f725c12e0888f2b0d0dad7808102bd0bf763ca79e645637b'
- 'c6b61ca7a6a2f6be154cea4515853ac131e27cbfa52ee1c1d0d9eb78767bccd103efaf1ed0bdd434879f0fac999db24e7e5fb44db492735fee774bd2f2059bc8')
+md5sums=('d6f1d5661ccf0485d02d73f93138d221')
+sha512sums=('53b9608efce6a0820fc9fa3bfb9af406c23f1457bba2113c83b2fe714bff6e6e4d956533691ba7de8ada4db38a37527bed47692524128d275be3ec9a8b9bf758')
diff --git a/pomo.1.gz b/pomo.1.gz
deleted file mode 100644
index 34a253bb759f..000000000000
--- a/pomo.1.gz
+++ /dev/null
Binary files differ