diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-09 12:30:57 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-09 12:30:57 -0300 |
commit | 3282ccb6286f172872d887baf49e623c51e0a157 (patch) | |
tree | 73ddd891395a089f724fd9cbcb95c6a28e1ffcce /community/nut/PKGBUILD | |
parent | f22839d3ad483a975a0c5955964bf257c0a0af6b (diff) | |
parent | ddba9670c1518d9b420db6a6dca01a4a4a4136c7 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/virtualbox-modules/PKGBUILD
community-testing/virtualbox/PKGBUILD
community-testing/virtualbox/vbox-service.rc
community-testing/virtualbox/vboxdrv-reference.patch
core/cryptsetup/PKGBUILD
core/ed/PKGBUILD
core/module-init-tools/PKGBUILD
libre/audacious-plugins-libre/PKGBUILD
Diffstat (limited to 'community/nut/PKGBUILD')
-rw-r--r-- | community/nut/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nut/PKGBUILD b/community/nut/PKGBUILD index e9a2de267..d08ffc87d 100644 --- a/community/nut/PKGBUILD +++ b/community/nut/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Slash <demodevil5 [at] yahoo [dot] com> pkgname=nut -pkgver=17.3 -pkgrel=2 +pkgver=17.4 +pkgrel=1 pkgdesc='Records what you eat and analyzes your meals for nutrient levels in terms of the Daily Value or DV which is the standard for food labeling in the US.' url='http://nut.sourceforge.net/' license=('GPL') arch=('i686' 'x86_64' 'mips64el') source=("http://downloads.sourceforge.net/project/nut/nut/${pkgver}/nut-${pkgver}.tar.gz") -md5sums=('791fa4730f82da66d539c0d4e82441a9') +md5sums=('9d8b33fe0edbc54a6ebc8050dec7d56b') build() { cd ${pkgname}-${pkgver} |