Skip to content
Snippets Groups Projects
Commit a8f3748e authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upgpkg: 1.1.41-1

parent 0484cfa7
No related branches found
Tags 1.1.41-1
No related merge requests found
......@@ -2,8 +2,8 @@
# Contributor: Charles Mauch <cmauch@gmail.com>
pkgname=when
pkgver=1.1.40
pkgrel=3
pkgver=1.1.41
pkgrel=1
pkgdesc="A simple commandline personal calendar program"
arch=('any')
url="http://www.lightandmatter.com/when/when.html"
......@@ -11,16 +11,8 @@ license=('GPL')
depends=('perl')
#makedepends=('git')
#source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c")
source=("$pkgname-$pkgver.tar.gz::https://github.com/bcrowell/when/archive/$pkgver.tar.gz"
https://github.com/bcrowell/when/commit/7d70096fe93092fd36f991ab88fa609fc5deb302.patch)
sha256sums=('1363d48c32c4bb528514abf012ae0a61e7c686504a047ce870e72e791447c3d1'
'65f3a668c3c42df9c3543d2e1e52db2f8d7ebeb5df1f933e095f4ee7647a6a09')
prepare() {
cd $pkgname-$pkgver
# fix a repro issue in 1.1.40, can be removed with the next release
patch -p1 < "$srcdir/7d70096fe93092fd36f991ab88fa609fc5deb302.patch"
}
source=("$pkgname-$pkgver.tar.gz::https://github.com/bcrowell/when/archive/$pkgver.tar.gz")
sha256sums=('78bfd3f18e0d3e42797c7aacb16829d2354d935f12e04db9e467d4bec389c884')
package() {
cd "$srcdir"/when-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment