Skip to content

Commit

Permalink
otter-browser 0.9.99.1
Browse files Browse the repository at this point in the history
dwarf 20180527
elisa 0.2.0
gimp 2.10.4
  • Loading branch information
demmm committed Jul 5, 2018
1 parent 0cb78a2 commit d4e9f96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dwarf/PKGBUILD
@@ -1,14 +1,14 @@

pkgname=dwarf
pkgver=20170416
pkgver=20180527
pkgrel=1
pkgdesc="DWARF Debugging Information Format is of interest to programmers working on compilers and debuggers"
arch=('x86_64')
license=('GPL' 'LGPL')
url="https://www.prevanders.net/dwarf.html"
depends=('elfutils')
source=("https://www.prevanders.net/libdwarf-${pkgver}.tar.gz")
md5sums=('6a53d2b55d3ee2da396d4d0711e5c251')
md5sums=('c35a5b2d7d07e1addfb951c23f5e91f7')

build() {
cd ${pkgname}-${pkgver}
Expand Down
6 changes: 3 additions & 3 deletions elisa/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=elisa
pkgver=0.1.80
pkgver=0.2.0
_commit=817621f7f0818566ff9a2cbe5e103305bf819d16
pkgrel=1
arch=('x86_64')
Expand All @@ -12,8 +12,8 @@ depends=('ki18n' 'kdeclarative' 'kcoreaddons' 'baloo' 'kfilemetadata' 'kxmlgui'
'qt5-websockets' 'kdsoap') # 'upnp-qt')
makedepends=('extra-cmake-modules' 'kdoctools')
#source=("https://github.com/KDE/elisa/archive/${_commit}.zip")
source=("https://download.kde.org/unstable/elisa/${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('901b1f72ff39407cf0e8242ebdd2de79c2eb87609c8f38d8d76b20295dd79393')
source=("https://download.kde.org/stable/elisa/${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('4cf7f8a170c706fb220c641053e5141106effdd651575fd215efb2f9e2708d2b')

build() {
mkdir -p build
Expand Down
6 changes: 3 additions & 3 deletions gimp/PKGBUILD
@@ -1,8 +1,8 @@

pkgname=gimp
pkgver=2.10.2
pkgver=2.10.4
_pkgver=2.10
__pkgver=2.10.2
__pkgver=2.10.4
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('x86_64')
Expand All @@ -18,7 +18,7 @@ options=('!libtool' '!makeflags')
source=("https://download.gimp.org/pub/gimp/v${_pkgver}/gimp-${__pkgver}.tar.bz2"
'linux.gpl'
"https://github.com/GNOME/gimp/commit/46bcd82800e37b0f5aead76184430ef2fe802748.diff")
sha256sums=('1cb0baaecdefe44d371a15f2739a1bcbce4682336b4ccf8eb7b587ce52c333eb'
sha256sums=('ffb0768de14a2631b3d7ed71f283731441a1b48461766c23f0574dce0706f192'
'1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3'
'87085fa7c7c0a4b315a6f018a753e92835ae28980b945c2b4f74951cadbb714b')

Expand Down
8 changes: 4 additions & 4 deletions otter-browser/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=otter-browser
pkgver=0.9.99
pkgver=0.9.99.1
pkgrel=1
_commit=6e1af6dbebafc8508bdac74b7b5d589dd85f6775
_commit=282b5b31a3d010cecbf8711bb2d2e1691656cb52
pkgdesc='Browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5.'
arch=('x86_64')
url="http://www.otter-browser.org"
license=('GPL3')
depends=('qtwebkit-tp' 'qt5-multimedia' 'desktop-file-utils' 'hicolor-icon-theme' 'hunspell' 'qt5-svg')
makedepends=('cmake' 'qt5-tools')
source=("https://github.com/OtterBrowser/otter-browser/archive/${_commit}.tar.gz")
md5sums=('77bfab25e53301d78412d518572406e5')
groups=('network-web')
source=("https://github.com/OtterBrowser/otter-browser/archive/${_commit}.tar.gz")
md5sums=('89532fb69f87fef8436e4ac90d15b8b8')

prepare() {
cd ${pkgname}-${_commit}
Expand Down

0 comments on commit d4e9f96

Please sign in to comment.