summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-10-02 14:02:50 +0200
committerMattias Andrée2015-10-02 14:02:50 +0200
commit3cc53d2d9243859fc5a081445251849c3dc6ed06 (patch)
treeceef9e83d42ff5f7992915d95885bf15458c859a
parent7ec63a7571ae013ae4d4c0f79d6c150ee4d4563e (diff)
downloadaur-3cc53d2d9243859fc5a081445251849c3dc6ed06.tar.gz
Update to 1443787175
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b6ce814c32f..9990f0374d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pytagomacs
pkgdesc = An Emacs like key–value editor library for Python
- pkgver = 1417073566
+ pkgver = 1443787175
pkgrel = 1
url = https://github.com/GNU-Pony/pytagomacs
arch = any
@@ -10,8 +10,8 @@ pkgbase = pytagomacs
makedepends = python3
depends = python3
depends = coreutils
- source = https://github.com/GNU-Pony/pytagomacs/archive/1417073566.tar.gz
- sha256sums = 3b492aed48e0ea5d0d42c8b2189a2db9472d54e68e050be527a30f91e49516d2
+ source = https://github.com/GNU-Pony/pytagomacs/archive/1443787175.tar.gz
+ sha256sums = e259f77bd3a34acfbe2d8327cf9655d31a511a2521caaf9c63f3f1e35bb981ac
pkgname = pytagomacs
diff --git a/PKGBUILD b/PKGBUILD
index f4fadaee9311..38bdde1471eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=pytagomacs
-pkgver=1417073566
+pkgver=1443787175
pkgrel=1
pkgdesc="An Emacs like key–value editor library for Python"
url="https://github.com/GNU-Pony/pytagomacs"
@@ -10,17 +10,17 @@ license=(GPL3)
depends=(python3 coreutils)
makedepends=(make coreutils python3)
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(3b492aed48e0ea5d0d42c8b2189a2db9472d54e68e050be527a30f91e49516d2)
+sha256sums=(e259f77bd3a34acfbe2d8327cf9655d31a511a2521caaf9c63f3f1e35bb981ac)
build() {
cd "${srcdir}/pytagomacs-${pkgver}"
- make PREFIX=/usr PY_MAJOR=3 PY_MINOR=4
+ make PREFIX=/usr
}
package() {
cd "${srcdir}/pytagomacs-${pkgver}"
- make PREFIX=/usr PY_MAJOR=3 PY_MINOR=4 DESTDIR="${pkgdir}" install
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
_dir="${pkgdir}/usr/share/licenses/${pkgname}"
ln -sf -- "/usr/share/licenses/common/GPL3" "${_dir}/LICENSE"